From f74b176de3dcd6a31bedce30fc76f4af15c41422 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Mon, 14 Sep 2015 20:56:11 +0200 Subject: [PATCH] removes obsolete spec --- spec/features/votes_spec.rb | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/spec/features/votes_spec.rb b/spec/features/votes_spec.rb index f8d6e9594..b112d70f5 100644 --- a/spec/features/votes_spec.rb +++ b/spec/features/votes_spec.rb @@ -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