aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_test_case.rb
diff options
context:
space:
mode:
authorAshley Ellis Pierce <anellis12@gmail.com>2018-01-15 14:21:48 -0500
committerAshley Ellis Pierce <anellis12@gmail.com>2018-01-15 14:21:48 -0500
commitf52e17f1c3b59f4301a84da5ed4f46a77363f29d (patch)
tree9b9ae5dbfb809ff04eaa3cd5d80705b744db736b /actionpack/lib/action_dispatch/system_test_case.rb
parent3ddb811acc75292776c39f5a95840b21b32d9fd8 (diff)
downloadrails-f52e17f1c3b59f4301a84da5ed4f46a77363f29d.tar.gz
rails-f52e17f1c3b59f4301a84da5ed4f46a77363f29d.tar.bz2
rails-f52e17f1c3b59f4301a84da5ed4f46a77363f29d.zip
Move browser checking to its own class
Diffstat (limited to 'actionpack/lib/action_dispatch/system_test_case.rb')
-rw-r--r--actionpack/lib/action_dispatch/system_test_case.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_dispatch/system_test_case.rb b/actionpack/lib/action_dispatch/system_test_case.rb
index 99d0c06751..81ddbc3567 100644
--- a/actionpack/lib/action_dispatch/system_test_case.rb
+++ b/actionpack/lib/action_dispatch/system_test_case.rb
@@ -6,6 +6,7 @@ require "capybara/dsl"
require "capybara/minitest"
require "action_controller"
require "action_dispatch/system_testing/driver"
+require "action_dispatch/system_testing/browser"
require "action_dispatch/system_testing/server"
require "action_dispatch/system_testing/test_helpers/screenshot_helper"
require "action_dispatch/system_testing/test_helpers/setup_and_teardown"