Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/notify/user_deactivated_email.text.erb_spec.rb')
-rw-r--r--spec/views/notify/user_deactivated_email.text.erb_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/views/notify/user_deactivated_email.text.erb_spec.rb b/spec/views/notify/user_deactivated_email.text.erb_spec.rb
index 8cf56816b92..60379714ff2 100644
--- a/spec/views/notify/user_deactivated_email.text.erb_spec.rb
+++ b/spec/views/notify/user_deactivated_email.text.erb_spec.rb
@@ -30,18 +30,6 @@ RSpec.describe 'notify/user_deactivated_email.text.erb', feature_category: :user
expect(rendered).to have_content(/So long and thanks for all the fish!$/)
end
end
-
- context 'when additional text feature flag is disabled' do
- before do
- stub_feature_flags(deactivation_email_additional_text: false)
- end
-
- it 'does not display the additional text' do
- render
-
- expect(rendered).to have_content(/Please contact your GitLab administrator if you think this is an error\.$/)
- end
- end
end
context 'when additional text setting is not set' do