7 lines
161 B
Ruby
7 lines
161 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :operations_feature_flags_client, class: 'Operations::FeatureFlagsClient' do
|
|
project
|
|
end
|
|
end
|