Class: ActionDispatch::IntegrationTest
- Inherits:
-
Object
- Object
- ActionDispatch::IntegrationTest
- Defined in:
- lib/rails/test_help.rb
Instance Method Summary collapse
-
#before_setup ⇒ Object
:nodoc:.
Instance Method Details
#before_setup ⇒ Object
:nodoc:
44 45 46 47 |
# File 'lib/rails/test_help.rb', line 44 def before_setup # :nodoc: @routes = Rails.application.routes super end |