summaryrefslogtreecommitdiff
path: root/spec/factories/operations/feature_flags_clients.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/operations/feature_flags_clients.rb')
-rw-r--r--spec/factories/operations/feature_flags_clients.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/factories/operations/feature_flags_clients.rb b/spec/factories/operations/feature_flags_clients.rb
new file mode 100644
index 00000000000..ca9a28dcfed
--- /dev/null
+++ b/spec/factories/operations/feature_flags_clients.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+FactoryBot.define do
+ factory :operations_feature_flags_client, class: 'Operations::FeatureFlagsClient' do
+ project
+ end
+end