class Shoulda::ActiveRecord::Matchers::AllowMassAssignmentOfMatcher

def protected_attributes

def protected_attributes
  @protected_attributes ||= (@subject.class.protected_attributes || [])
end