fixes specs

This commit is contained in:
rgarcia
2015-07-27 11:15:20 +02:00
parent 20a762e556
commit 4d0f9ae5c3

View File

@@ -2,9 +2,4 @@ require 'rails_helper'
feature "Home" do
scenario "Welcome message" do
visit '/'
expect(page).to have_content 'Debates sobre Madrid'
end
end