Remove plural from pipelines_spec

This commit is contained in:
Annabel Dunstone 2016-07-06 11:34:55 -05:00
parent 47e5b5397e
commit d90d51f99d
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ describe "Pipelines" do
before { visit namespace_project_pipeline_path(project.namespace, project, pipeline) }
it 'showing a list of builds' do
expect(page).to have_content('Tests')
expect(page).to have_content('Test')
expect(page).to have_content(@success.id)
expect(page).to have_content('Deploy')
expect(page).to have_content(@failed.id)