Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-17 21:10:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-17 21:10:14 +0300
commitf3b791d5d5b0b058d2b717da1a54a63f3bba5adc (patch)
tree0f88def948be12834a60ca156502c304e0a10aa3 /lib/feature
parentef73ee020e96f39a109a16c4c6b018d8ea7cabc1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/feature')
-rw-r--r--lib/feature/shared.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/feature/shared.rb b/lib/feature/shared.rb
index a3f02156d94..17dfe26bd82 100644
--- a/lib/feature/shared.rb
+++ b/lib/feature/shared.rb
@@ -57,8 +57,6 @@ class Feature
default_enabled: false,
example: <<-EOS
experiment(:my_experiment, project: project, actor: current_user) { ...variant code... }
- # or
- Gitlab::Experimentation.in_experiment_group?(:my_experiment, subject: current_user)
EOS
}
}.freeze