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:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-03-07 23:23:17 +0300
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-07 23:23:17 +0300
commit960b6337cbaaf6a7dad2232c3722010f305eee82 (patch)
tree1fa20b513bdab53618f9093cc7058ff59bba0c5d /spec/serializers
parenta46fde67c53c6919207706c03b26bdcb109cf420 (diff)
fix specs
Diffstat (limited to 'spec/serializers')
-rw-r--r--spec/serializers/pipeline_serializer_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/serializers/pipeline_serializer_spec.rb b/spec/serializers/pipeline_serializer_spec.rb
index f7f10199765..14c9f5cb58c 100644
--- a/spec/serializers/pipeline_serializer_spec.rb
+++ b/spec/serializers/pipeline_serializer_spec.rb
@@ -116,7 +116,6 @@ describe PipelineSerializer do
shared_examples 'no N+1 queries' do
it 'verifies number of queries', :request_store do
- binding.pry
recorded = ActiveRecord::QueryRecorder.new { subject }
expect(recorded.count).to be_within(1).of(40)