class Shoulda::ActionController::Matchers::RouteMatcher

def description

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