class Audited::RspecMatchers::AuditMatcher
def associated_with_model?
def associated_with_model? expects "#{model_class} to record audits to associated model #{@options[:associated_with]}" model_class.audit_associated_with == @options[:associated_with] end