diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-24 15:15:38 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-24 15:15:38 +0000 |
commit | efbf661c4224d481c57d0346e26983a805e5ec93 (patch) | |
tree | 4736f287350884cb49d84a09c52c8c2e1b851080 /spec/requests/registrations_controller_spec.rb | |
parent | 4720346c2e10e1ff62a20b39dfc9866eb88858e6 (diff) | |
download | gitlab-ce-efbf661c4224d481c57d0346e26983a805e5ec93.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/registrations_controller_spec.rb')
-rw-r--r-- | spec/requests/registrations_controller_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/requests/registrations_controller_spec.rb b/spec/requests/registrations_controller_spec.rb index 89681485de3..8b857046a4d 100644 --- a/spec/requests/registrations_controller_spec.rb +++ b/spec/requests/registrations_controller_spec.rb @@ -12,7 +12,6 @@ RSpec.describe RegistrationsController, type: :request, feature_category: :syste before do stub_application_setting_enum('email_confirmation_setting', 'hard') stub_application_setting(require_admin_approval_after_user_signup: false) - stub_feature_flags(soft_email_confirmation: false) end it 'redirects to the `users_almost_there_path`', unless: Gitlab.ee? do |