Class: ActionController::TestCase
- Inherits:
-
Object
- Object
- ActionController::TestCase
- Defined in:
- lib/rails/test_help.rb
Instance Method Summary collapse
-
#before_setup ⇒ Object
:nodoc:.
Instance Method Details
#before_setup ⇒ Object
:nodoc:
31 32 33 34 |
# File 'lib/rails/test_help.rb', line 31 def before_setup # :nodoc: @routes = Rails.application.routes super end |