Method: Audited::RspecMatchers::AssociatedAuditMatcher#negative_failure_message

Defined in:
lib/audited/rspec_matchers.rb

#negative_failure_messageObject Also known as: failure_message_when_negated



150
151
152
# File 'lib/audited/rspec_matchers.rb', line 150

def negative_failure_message
  "Expected #{model_class} to not have associated audits"
end