summaryrefslogtreecommitdiffstats
path: root/features/step_definitions/torified_browsing.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/step_definitions/torified_browsing.rb')
-rw-r--r--features/step_definitions/torified_browsing.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/features/step_definitions/torified_browsing.rb b/features/step_definitions/torified_browsing.rb
deleted file mode 100644
index c8f3ff1d..00000000
--- a/features/step_definitions/torified_browsing.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-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