summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/torified_browsing.rb
blob: 767607899bba59e16f762f89e324a04215b85145 (plain)
1
2
3
4
5
Then /^no traffic was sent to the web server on the LAN$/ do
  assert_no_connections(@sniffer.pcap_file) do |c|
    c.daddr == @web_server_ip_addr and c.dport == @web_server_port
  end
end