class RSpec::Rails::Matchers::RoutingMatchers::BeRoutableMatcher

def failure_message_when_negated

def failure_message_when_negated
  "expected #{@actual.inspect} not to be routable, but it routes to #{@routing_options.inspect}"
end