fixes specs

This commit is contained in:
rgarcia
2015-07-18 21:37:15 +02:00
parent 60ae203d0a
commit 2eb0602097

View File

@@ -4,7 +4,7 @@ feature "Home" do
scenario "Welcome message" do
visit '/'
expect(page).to have_content 'Bienvenido al Ayuntamiento de Madrid'
expect(page).to have_content 'Debates sobre Madrid'
end
end