From a414f548d2c2dfede96b2d3bd43d1d55a0833391 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Mon, 11 Dec 2017 13:23:14 +0000 Subject: Fix broken test --- spec/features/dashboard/todos/todos_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features') diff --git a/spec/features/dashboard/todos/todos_spec.rb b/spec/features/dashboard/todos/todos_spec.rb index 6f916078b1a..94133c62b5c 100644 --- a/spec/features/dashboard/todos/todos_spec.rb +++ b/spec/features/dashboard/todos/todos_spec.rb @@ -13,7 +13,7 @@ feature 'Dashboard Todos' do end it 'shows "All done" message' do - expect(page).to have_content 'Todos let you see what you should do next.' + expect(page).to have_content 'Todos let you see what you should do next' end end -- cgit v1.2.1