class Audited::RspecMatchers::AuditMatcher

def only(*fields)

def only(*fields)
  @options[:only] = fields.flatten
  self
end