debian-mirror-gitlab/lib/gitlab/experimentation/group_types.rb
2021-01-29 00:20:46 +05:30

11 lines
182 B
Ruby

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