Commit a5e5e4ac authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix typo in pipeline serializer specs

parent 2150d98a
......@@ -52,7 +52,7 @@ describe PipelineSerializer do
expect(serializer).to be_paginated
end
context 'when resource does is not paginatable' do
context 'when resource is not paginatable' do
context 'when a single pipeline object is being serialized' do
let(:resource) { create(:ci_empty_pipeline) }
let(:pagination) { { page: 1, per_page: 1 } }
......
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