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

def failure_message_for_should_not

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