module Spec::Rails::Example::RoutingHelpers

def ensure_that_routes_are_loaded

def ensure_that_routes_are_loaded
  ActionController::Routing::Routes.reload if ActionController::Routing::Routes.empty?
end