Fix typo in pipeline serializer specs

This commit is contained in:
Grzegorz Bizon 2017-02-03 11:41:23 +01:00
parent 2150d98af1
commit a5e5e4ac8a
1 changed files with 1 additions and 1 deletions

View File

@ -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 } }