summaryrefslogtreecommitdiff
path: root/spec/services/protected_branches/create_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/protected_branches/create_service_spec.rb')
-rw-r--r--spec/services/protected_branches/create_service_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/services/protected_branches/create_service_spec.rb b/spec/services/protected_branches/create_service_spec.rb
index 9c8fe769ed8..625aa4fa377 100644
--- a/spec/services/protected_branches/create_service_spec.rb
+++ b/spec/services/protected_branches/create_service_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe ProtectedBranches::CreateService do
+RSpec.describe ProtectedBranches::CreateService, feature_category: :compliance_management do
shared_examples 'execute with entity' do
let(:params) do
{
@@ -58,6 +58,7 @@ RSpec.describe ProtectedBranches::CreateService do
context 'with entity project' do
let_it_be_with_reload(:entity) { create(:project) }
+
let(:user) { entity.first_owner }
it_behaves_like 'execute with entity'