class Shoulda::Matchers::ActiveModel::HaveSecurePasswordMatcher

def expected_methods

def expected_methods
  @_expected_methods ||= %I[
    #{authenticate_method}
    #{@attribute}=
    #{@attribute}_confirmation=
    #{@attribute}_digest
    #{@attribute}_digest=
  ]
end