class Shoulda::Matchers::ActiveRecord::HaveSecureTokenMatcher

def failure_message

def failure_message
  return if !@errors
  "Expected #{@subject.class} to #{description} but the following " \
  "errors were found: #{@errors.join(', ')}"
end