class Shoulda::Matchers::ActiveRecord::EncryptMatcher

def encrypted_attributes

def encrypted_attributes
  @_encrypted_attributes ||= @subject.class.encrypted_attributes || []
end