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/factories/namespaces.rb')
-rw-r--r--spec/factories/namespaces.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/factories/namespaces.rb b/spec/factories/namespaces.rb
index e88bb634898..ee994d32f10 100644
--- a/spec/factories/namespaces.rb
+++ b/spec/factories/namespaces.rb
@@ -40,9 +40,5 @@ FactoryBot.define do
trait :shared_runners_disabled do
shared_runners_enabled { false }
end
-
- trait :allow_descendants_override_disabled_shared_runners do
- allow_descendants_override_disabled_shared_runners { true }
- end
end
end