summaryrefslogtreecommitdiff
path: root/spec/services/deployments/update_service_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-03 18:10:18 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-03 18:10:18 +0000
commit3413ab248287b19b1d2cd1f78d957096546e8c37 (patch)
treeb59d4bddbee10eceebbe7a085c3d660307d03ca5 /spec/services/deployments/update_service_spec.rb
parentdbe0e5676267eb142dd8d81e4c881c997cb96962 (diff)
downloadgitlab-ce-3413ab248287b19b1d2cd1f78d957096546e8c37.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/services/deployments/update_service_spec.rb')
-rw-r--r--spec/services/deployments/update_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/deployments/update_service_spec.rb b/spec/services/deployments/update_service_spec.rb
index d3840189ba4..0814091765c 100644
--- a/spec/services/deployments/update_service_spec.rb
+++ b/spec/services/deployments/update_service_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Deployments::UpdateService do
+RSpec.describe Deployments::UpdateService, feature_category: :continuous_delivery do
let(:deploy) { create(:deployment) }
describe '#execute' do