debian-mirror-gitlab/spec/factories/experiment_users.rb
2021-02-22 17:27:13 +05:30

11 lines
169 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :experiment_user do
experiment
user
group_type { :control }
converted_at { nil }
end
end