class Shoulda::Matchers::ActionController::PermitMatcher

def failure_message

def failure_message
  "Expected #{verb.upcase} ##{action} to #{expectation},"\
  "\nbut #{reality}."
end