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:
authorRémy Coutable <remy@rymai.me>2019-09-02 11:43:21 +0300
committerRémy Coutable <remy@rymai.me>2019-09-02 11:43:21 +0300
commitb7398bc1fdad6c721cfa35ff17cebc2cb00c8240 (patch)
tree48592d3a9f6d495b8b47b31c60dfa6eb17a00bb2 /spec/lib/peek
parentd6de7c65500b73f2e7f899e0c0a224aafca3d4d1 (diff)
parentc2452db59cf045f01244b8d72e14cb0144d19722 (diff)
Merge branch 'fix-peek-on-puma' into 'master'
Fix Peek on Puma Closes #66528 See merge request gitlab-org/gitlab-ce!32213
Diffstat (limited to 'spec/lib/peek')
-rw-r--r--spec/lib/peek/views/rugged_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/peek/views/rugged_spec.rb b/spec/lib/peek/views/rugged_spec.rb
index d07d6b51a1f..b9507f772d2 100644
--- a/spec/lib/peek/views/rugged_spec.rb
+++ b/spec/lib/peek/views/rugged_spec.rb
@@ -8,7 +8,7 @@ describe Peek::Views::Rugged, :request_store do
let(:project) { create(:project) }
before do
- allow(Gitlab::RuggedInstrumentation).to receive(:peek_enabled?).and_return(true)
+ allow(Gitlab::PerformanceBar).to receive(:enabled_for_request?).and_return(true)
end
it 'returns no results' do