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