diff options
Diffstat (limited to 'actionpack/lib/system_testing/test_helper.rb')
-rw-r--r-- | actionpack/lib/system_testing/test_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/system_testing/test_helper.rb b/actionpack/lib/system_testing/test_helper.rb index 9ac2e02f01..bb68cfe665 100644 --- a/actionpack/lib/system_testing/test_helper.rb +++ b/actionpack/lib/system_testing/test_helper.rb @@ -5,6 +5,7 @@ module SystemTesting module TestHelper include Capybara::DSL include TestHelpers::FormHelper + include TestHelpers::Assertions def after_teardown Capybara.reset_sessions! |