Class: ActionController::TestCase

Inherits:
Object
  • Object
show all
Defined in:
lib/rails/test_help.rb

Overview

:enddoc:

Instance Method Summary collapse

Instance Method Details

#before_setupObject

:nodoc:



40
41
42
43
# File 'lib/rails/test_help.rb', line 40

def before_setup # :nodoc:
  @routes = Rails.application.routes
  super
end