Commit d3601a49 authored by Nick Thomas's avatar Nick Thomas

Resolve conflict in spec/serializers/pipeline_serializer_spec.rb

parent 1bfe73f6
......@@ -113,11 +113,7 @@ describe PipelineSerializer do
it "verifies number of queries" do
recorded = ActiveRecord::QueryRecorder.new { subject }
<<<<<<< HEAD
expect(recorded.count).to be_within(1).of(64)
=======
expect(recorded.count).to be_within(1).of(60)
>>>>>>> ce/master
expect(recorded.cached_count).to eq(0)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment