# File lib/paperclip/matchers/validate_attachment_presence_matcher.rb, line 29
        def negative_failure_message
          "Attachment #{@attachment_name} should not be required"
        end