Failures:
1) CustomWizard::StepsController with user raises an error when the user cant access the wizard
Failure/Error: expect(response.status).to eq(403)
expected: 403
got: 200
(compared using ==)
# ./plugins/discourse-custom-wizard/spec/requests/custom_wizard/steps_controller_spec.rb:145:in `block (4 levels) in <main>'
# ./spec/rails_helper.rb:525:in `block (3 levels) in <top (required)>'
# ./spec/rails_helper.rb:515:in `block (2 levels) in <top (required)>'
# ./spec/rails_helper.rb:472:in `block (2 levels) in <top (required)>'