removes obsolete spec

This commit is contained in:
rgarcia
2016-12-30 11:55:44 +01:00
parent 43c18d58ac
commit 13d9f6c294

View File

@@ -40,10 +40,6 @@ describe ProposalsHelper do
expect(supports_percentage(proposal)).to eq "100%"
end
it "should take into account the physical votes" do
proposal = create(:proposal, physical_votes: Proposal.votes_needed_for_success/2)
expect(supports_percentage(proposal)).to eq "50%"
end
end
end