aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_help.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/test_help.rb')
-rw-r--r--railties/lib/rails/test_help.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/lib/rails/test_help.rb b/railties/lib/rails/test_help.rb
index dbb1b76b95..5b5ce1dd7b 100644
--- a/railties/lib/rails/test_help.rb
+++ b/railties/lib/rails/test_help.rb
@@ -30,6 +30,10 @@ class ActionController::TestCase
end
end
+class ActionDispatch::IntegrationTest
+ include Rails.application.routes.named_url_helpers
+end
+
begin
require_library_or_gem 'ruby-debug'
Debugger.start