diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-06 11:34:55 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-06 11:34:55 -0500 |
commit | d90d51f99d1955449cece6a60b79b6a7158ef1fc (patch) | |
tree | e7d28408daad13d306aa4ea413b1777cd67d9582 /spec | |
parent | 47e5b5397e39433ca6ae8e1186b2673748fe73cf (diff) | |
download | gitlab-ce-d90d51f99d1955449cece6a60b79b6a7158ef1fc.tar.gz |
Remove plural from pipelines_spec18283-pluralize-stage-headings
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/pipelines_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/pipelines_spec.rb b/spec/features/pipelines_spec.rb index 98703ef3ac4..e7ee0aaea3c 100644 --- a/spec/features/pipelines_spec.rb +++ b/spec/features/pipelines_spec.rb @@ -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) |