Class: ActionController::TestCase
- Inherits:
-
Object
- Object
- ActionController::TestCase
- Defined in:
- lib/rails/test_help.rb
Overview
:enddoc:
Instance Method Summary collapse
-
#before_setup ⇒ Object
:nodoc:.
Instance Method Details
#before_setup ⇒ Object
:nodoc:
37 38 39 40 |
# File 'lib/rails/test_help.rb', line 37 def before_setup # :nodoc: @routes = Rails.application.routes super end |