module RSpec::Rails::Matchers::RoutingMatchers

def be_routable

Other tags:
    Example: You can use route helpers provided by rspec-rails. -
def be_routable
  BeRoutableMatcher.new(self)
end