diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/test_help.rb | 4 |
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 |