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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-25 18:09:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-25 18:09:28 +0300
commit35e5a7c8455f916bc969ec814c74cefd98d24f19 (patch)
tree4207bc732ad87cc5666c8ce446502f2d68860c4e /spec/views
parent89474d2468f108c909e440efcbe2ce9f7090d19a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/admin/application_settings/general.html.haml_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/views/admin/application_settings/general.html.haml_spec.rb b/spec/views/admin/application_settings/general.html.haml_spec.rb
index a8c7bec36e3..f229fd2dcdc 100644
--- a/spec/views/admin/application_settings/general.html.haml_spec.rb
+++ b/spec/views/admin/application_settings/general.html.haml_spec.rb
@@ -75,18 +75,6 @@ RSpec.describe 'admin/application_settings/general.html.haml' do
expect(rendered).to have_css('#js-jira_connect-settings')
end
-
- context 'when the jira_connect_oauth_self_managed_setting feature flag is disabled' do
- before do
- stub_feature_flags(jira_connect_oauth_self_managed_setting: false)
- end
-
- it 'does not show the jira connect settings section' do
- render
-
- expect(rendered).not_to have_css('#js-jira_connect-settings')
- end
- end
end
describe 'sign-up restrictions' do