Class: ActionDispatch::IntegrationTest
- Inherits:
-
Object
- Object
- ActionDispatch::IntegrationTest
- Defined in:
- lib/rails/test_help.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#before_setup ⇒ Object
:nodoc:.
Instance Method Details
#before_setup ⇒ Object
:nodoc:
38 39 40 41 |
# File 'lib/rails/test_help.rb', line 38 def before_setup # :nodoc: @routes = Rails.application.routes super end |