diff options
Diffstat (limited to 'actionpack/lib/system_testing/test_helpers.rb')
-rw-r--r-- | actionpack/lib/system_testing/test_helpers.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/lib/system_testing/test_helpers.rb b/actionpack/lib/system_testing/test_helpers.rb new file mode 100644 index 0000000000..add9596463 --- /dev/null +++ b/actionpack/lib/system_testing/test_helpers.rb @@ -0,0 +1,7 @@ +module SystemTesting + module TestHelpers + extend ActiveSupport::Autoload + + autoload :FormHelper + end +end |