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, 1 insertions, 1 deletions
diff --git a/actionpack/lib/system_testing/test_helper.rb b/actionpack/lib/system_testing/test_helper.rb
index 9f2778919c..2027a55d90 100644
--- a/actionpack/lib/system_testing/test_helper.rb
+++ b/actionpack/lib/system_testing/test_helper.rb
@@ -2,7 +2,7 @@ require 'capybara/dsl'
require 'system_testing/test_helpers'
module SystemTesting
- module TestHelper
+ module TestHelper # :nodoc:
include TestHelpers::FormHelper
include TestHelpers::Assertions
include Capybara::DSL