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>2022-03-02 15:15:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-02 15:15:38 +0300
commit5bc7c18ad37cde0ffdf1aa4ba2cee27c92ec69f6 (patch)
treee48e84f4f4f34350cd6a154bab000011effc5ed2 /spec/spec_helper.rb
parente935bc2389e299eb78317114cbd2a230f6ccd6f2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 55f28d7cf98..724b8be36ad 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -199,6 +199,7 @@ RSpec.configure do |config|
config.include SidekiqMiddleware
config.include StubActionCableConnection, type: :channel
config.include StubSpamServices
+ config.include RSpec::Benchmark::Matchers, type: :benchmark
include StubFeatureFlags