method
setup
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Assertions::RoutingAssertions
setup()public
No documentation available.
# File actionpack/lib/action_dispatch/testing/assertions/routing.rb, line 115
def setup # :nodoc:
@routes ||= nil
super
end