class Paperclip::Shoulda::Matchers::HaveAttachedFileMatcher

def failure_message_when_negated

def failure_message_when_negated
  "Should not have an attachment named #{@attachment_name}"
end