# File lib/paperclip/matchers/have_attached_file_matcher.rb, line 30
        def negative_failure_message
          "Should not have an attachment named #{@attachment_name}"
        end