From f7cdc77a065d1636460198a3ca4a3bdad1833b6f Mon Sep 17 00:00:00 2001 From: merefield Date: Tue, 11 Apr 2023 09:59:22 +0100 Subject: [PATCH] fix spelling --- spec/components/custom_wizard/action_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/components/custom_wizard/action_spec.rb b/spec/components/custom_wizard/action_spec.rb index 9a89e5b4..a2690208 100644 --- a/spec/components/custom_wizard/action_spec.rb +++ b/spec/components/custom_wizard/action_spec.rb @@ -13,7 +13,7 @@ describe CustomWizard::Action do let(:watch_categories) { get_wizard_fixture("actions/watch_categories") } let(:watch_tags) { get_wizard_fixture("actions/watch_tags") } let(:create_group) { get_wizard_fixture("actions/create_group") } - let(:create_group_with_nonexistant_user) { get_wizard_fixture("actions/create_group_bad_user") } + let(:existentcreate_group_with_nonexistent_user) { get_wizard_fixture("actions/create_group_bad_user") } let(:add_to_group) { get_wizard_fixture("actions/add_to_group") } let(:send_message) { get_wizard_fixture("actions/send_message") } let(:send_message_multi) { get_wizard_fixture("actions/send_message_multi") } @@ -360,7 +360,7 @@ describe CustomWizard::Action do end it '#create_group completes successfully when user included in usernames does not exist but excludes users who do not exist and includes warning in log' do - wizard_template['actions'] << create_group_with_nonexistant_user + wizard_template['actions'] << existentcreate_group_with_nonexistent_user update_template(wizard_template) wizard = CustomWizard::Builder.new(@template[:id], user).build