module RSpec::Rails::RoutingExampleGroup

def method_missing(m, *args, &block)

def method_missing(m, *args, &block)
  routes.url_helpers.respond_to?(m) ? routes.url_helpers.send(m, *args) : super
end