summaryrefslogtreecommitdiff
path: root/spec/experiments
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-08 12:13:04 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-08 12:13:04 +0000
commit886ecba0bd2d964504b43303a39cfa2386f0feed (patch)
treee814b9f24f3df16bc1a8c8725a168fac3844d719 /spec/experiments
parentcb09086128f2923126d009a88b478ff3919c8309 (diff)
downloadgitlab-ce-886ecba0bd2d964504b43303a39cfa2386f0feed.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/experiments')
-rw-r--r--spec/experiments/application_experiment_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/experiments/application_experiment_spec.rb b/spec/experiments/application_experiment_spec.rb
index 20936977612..e01c5522b51 100644
--- a/spec/experiments/application_experiment_spec.rb
+++ b/spec/experiments/application_experiment_spec.rb
@@ -79,14 +79,6 @@ RSpec.describe ApplicationExperiment, :experiment do
application_experiment.publish
end
- it "publishes to the database if we've opted for that" do
- application_experiment.record!
-
- expect(application_experiment).to receive(:publish_to_database)
-
- application_experiment.publish
- end
-
context 'when we should not track' do
let(:should_track) { false }