diff options
Diffstat (limited to 'actionpack/lib/system_test_case.rb')
-rw-r--r-- | actionpack/lib/system_test_case.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/lib/system_test_case.rb b/actionpack/lib/system_test_case.rb new file mode 100644 index 0000000000..fdaae3ff40 --- /dev/null +++ b/actionpack/lib/system_test_case.rb @@ -0,0 +1,5 @@ +module Rails + class SystemTestCase < ActiveSupport::TestCase + include Rails.application.routes.url_helpers + end +end |