module ActionDispatch::Assertions::RoutingAssertions

def setup # :nodoc:

:nodoc:
def setup # :nodoc:
  @routes ||= nil
  super
end