removes obsolete spec

This commit is contained in:
rgarcia
2015-09-14 20:56:11 +02:00
parent e0ed7bd4c0
commit f74b176de3

View File

@@ -318,19 +318,6 @@ feature 'Votes' do
end
end
xscenario 'Create in featured', :js do
pending "logged in user cannot see this page"
visit root_path
within("#featured-proposals") do
find('.in-favor a').click
expect(page).to have_content "1 support"
expect(page).to have_css("a.voted")
end
expect(URI.parse(current_url).path).to eq(root_path)
end
scenario 'Create in index', :js do
visit proposals_path