# File lib/shoulda/action_controller/macros.rb, line 215 215: def should_route(method, path, options) 216: ::ActiveSupport::Deprecation.warn("use: should route") 217: should route(method, path).to(options) 218: end