class Shoulda::Matchers::ActionController::RouteMatcher

def description

def description
  "route #{method.to_s.upcase} #{path} to/from #{params.inspect}"
end