module Audited::RspecMatchers

def have_associated_audits


it { should have_associated_audits }
Example:

Ensure that the model has associated audits
def have_associated_audits
  AssociatedAuditMatcher.new
end