class Audited::RspecMatchers::AuditMatcher
def matches?(subject)
def matches?(subject) @subject = subject auditing_enabled? && associated_with_model? && records_changes_to_specified_fields? && comment_required_valid? end
def matches?(subject) @subject = subject auditing_enabled? && associated_with_model? && records_changes_to_specified_fields? && comment_required_valid? end