class RSpec::Rails::Matchers::RoutingMatchers::RouteToMatcher

def failure_message_when_negated

def failure_message_when_negated
  "expected #{@actual.inspect} not to route to #{@expected.inspect}"
end