module RSpec::Rails::RoutingExampleGroup::InstanceMethods
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
def method_missing(m, *args, &block) routes.url_helpers.respond_to?(m) ? routes.url_helpers.send(m, *args) : super end