Class: WithAccounts::PasswordsCreating::Scenario

Inherits:
LetsDoThis::Scenario
  • Object
show all
Defined in:
app/scenarios/with_accounts/passwords_creating/scenario.rb

Constant Summary collapse

ACT_SEQUENCE =
[
  CheckParams,
  CheckPasswordSetInvitation,
  UpdateAccount
].freeze
STAGE_ATTRS_WHITELIST =
%i[params password account].freeze