summaryrefslogtreecommitdiff
path: root/spec/experiments
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-17 09:09:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-17 09:09:53 +0000
commit612bb6f624ea7fdf5fd20e3332d543191603db88 (patch)
tree0540ef31b097382b8fd974cc4c41d1938d8caae4 /spec/experiments
parentaf4364040394d0261c8b1c5f78ca60cc1e68e43c (diff)
downloadgitlab-ce-612bb6f624ea7fdf5fd20e3332d543191603db88.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/experiments')
-rw-r--r--spec/experiments/application_experiment_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/experiments/application_experiment_spec.rb b/spec/experiments/application_experiment_spec.rb
index 22c436e4159..2d2b911749b 100644
--- a/spec/experiments/application_experiment_spec.rb
+++ b/spec/experiments/application_experiment_spec.rb
@@ -19,12 +19,6 @@ RSpec.describe ApplicationExperiment, :experiment do
allow(subject).to receive(:enabled?).and_return(true)
end
- it "naively assumes a 1x1 relationship to feature flags for tests" do
- expect(Feature).to receive(:persist_used!).with('namespaced_stub')
-
- described_class.new('namespaced/stub')
- end
-
it "doesn't raise an exception without a defined control" do
# because we have a default behavior defined