aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_testing/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/system_testing/test_helper.rb')
-rw-r--r--actionpack/lib/system_testing/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/system_testing/test_helper.rb b/actionpack/lib/system_testing/test_helper.rb
index 68b187ed7a..9ac2e02f01 100644
--- a/actionpack/lib/system_testing/test_helper.rb
+++ b/actionpack/lib/system_testing/test_helper.rb
@@ -1,8 +1,10 @@
require 'capybara/rails'
+require 'system_testing/test_helpers'
module SystemTesting
module TestHelper
include Capybara::DSL
+ include TestHelpers::FormHelper
def after_teardown
Capybara.reset_sessions!