From 4f1eb8cdd16b37b4d046eea8cebe39a9bdf8de21 Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Thu, 19 Jan 2017 15:42:22 +0000 Subject: [PATCH] Fix todos spec This was changed in a community MR, but the branch was far enough behind master that it didn't have this spec. --- spec/features/todos/todos_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/todos/todos_spec.rb b/spec/features/todos/todos_spec.rb index 4bda0927692..3850e930b6d 100644 --- a/spec/features/todos/todos_spec.rb +++ b/spec/features/todos/todos_spec.rb @@ -165,7 +165,7 @@ describe 'Dashboard Todos', feature: true do end it 'shows the todo' do - expect(page).to have_content 'The build failed for your merge request' + expect(page).to have_content 'The build failed for merge request' end it 'links to the pipelines for the merge request' do