gitlab-org--gitlab-foss/lib/gitlab/experimentation/group_types.rb

11 lines
182 B
Ruby

# frozen_string_literal: true
module Gitlab
module Experimentation
module GroupTypes
GROUP_CONTROL = :control
GROUP_EXPERIMENTAL = :experimental
end
end
end