Commit 5aa10a32 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Fix failing spec

parent 521813f2
......@@ -73,7 +73,7 @@ describe Projects::JobsController do
it 'verifies number of queries', :request_store do
recorded = ActiveRecord::QueryRecorder.new { get_index }
expect(recorded.count).to be_within(5).of(8)
expect(recorded.count).to be_within(6).of(8)
end
def create_build(name, status)
......
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