From 11b8561ed8155bb6648b8fe7b51d618e36a7c9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 13 Oct 2020 17:50:00 +0200 Subject: [PATCH] Remove unused method It isn't used since commit d0b8fef6. --- spec/support/common_actions/votes.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/support/common_actions/votes.rb b/spec/support/common_actions/votes.rb index 9ab6b863a..1fd37e631 100644 --- a/spec/support/common_actions/votes.rb +++ b/spec/support/common_actions/votes.rb @@ -19,9 +19,4 @@ module Votes expect(page).to have_content "Only verified users can vote on proposals" expect(page).to have_selector(".in-favor", visible: false) end - - def expect_message_voting_not_allowed - expect(page).to have_content "Voting phase is closed" - expect(page).not_to have_selector(".in-favor a") - end end