0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-05-19 23:40:07 +02:00

IMPROVE: make the test more logical to read

Dieser Commit ist enthalten in:
merefield 2023-06-21 10:09:36 +01:00
Ursprung d9ace0449f
Commit 9b29f61d41

Datei anzeigen

@ -237,6 +237,7 @@ describe CustomWizard::Wizard do
append_steps
expect(@wizard.unfinished?).to eq(true)
progress_step('step_1')
progress_step('step_2')
expect(@wizard.start).to eq('step_1')
end
end