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/user_callouts.rb')
-rw-r--r--spec/factories/user_callouts.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/factories/user_callouts.rb b/spec/factories/user_callouts.rb
deleted file mode 100644
index cedc6efd8d7..00000000000
--- a/spec/factories/user_callouts.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-FactoryBot.define do
- factory :user_callout do
- feature_name { :gke_cluster_integration }
-
- user
- end
-end