Method: Paperclip::Shoulda::Matchers::HaveAttachedFileMatcher#negative_failure_message

Defined in:
lib/paperclip/matchers/have_attached_file_matcher.rb

#negative_failure_messageObject



22
23
24
# File 'lib/paperclip/matchers/have_attached_file_matcher.rb', line 22

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