# frozen_string_literal: true

FactoryBot.define do
  factory :my_module_group do
    experiment
  end
end