aboutsummaryrefslogtreecommitdiffstats
path: root/actionsystemtest/lib
diff options
context:
space:
mode:
Diffstat (limited to 'actionsystemtest/lib')
-rw-r--r--actionsystemtest/lib/action_system_test/test_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionsystemtest/lib/action_system_test/test_helper.rb b/actionsystemtest/lib/action_system_test/test_helper.rb
index c9389b83ec..9ff5746244 100644
--- a/actionsystemtest/lib/action_system_test/test_helper.rb
+++ b/actionsystemtest/lib/action_system_test/test_helper.rb
@@ -13,10 +13,5 @@ module ActionSystemTest
run Rails.application
end
end
-
- def after_teardown
- Capybara.reset_sessions!
- super
- end
end
end