summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/torified_browsing.rb
blob: c8f3ff1d77ffea8adf6bf150274a4e340993658e (plain)
1
2
3
4
5
When /^no traffic has flowed to the LAN$/ do
  leaks = FirewallLeakCheck.new(@sniffer.pcap_file, :ignore_lan => false)
  assert(not(leaks.ipv4_tcp_leaks.include?(@lan_host)),
         "Traffic was sent to LAN host #{@lan_host}")
end