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-06-03 06:09:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-03 06:09:20 +0300
commit531a68a424fddcc936ba6271fbb10a5aa1da75a7 (patch)
tree6c4484fede42157f3d1187825d824988a971d0ca /spec/serializers
parent94aee277313c742f9b54b329fd4043cde7a50915 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers')
-rw-r--r--spec/serializers/issue_sidebar_basic_entity_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/serializers/issue_sidebar_basic_entity_spec.rb b/spec/serializers/issue_sidebar_basic_entity_spec.rb
index 564ffb1aea9..64a271e359a 100644
--- a/spec/serializers/issue_sidebar_basic_entity_spec.rb
+++ b/spec/serializers/issue_sidebar_basic_entity_spec.rb
@@ -59,16 +59,6 @@ RSpec.describe IssueSidebarBasicEntity do
expect(entity[:current_user][:can_update_escalation_status]).to be(false)
end
end
-
- context 'with :incident_escalations feature flag disabled' do
- before do
- stub_feature_flags(incident_escalations: false)
- end
-
- it 'is not present' do
- expect(entity[:current_user]).not_to include(:can_update_escalation_status)
- end
- end
end
end
end