Remove obsolete "pending" test

I'd say this feature is actually tested in the "proposal polls specific
validations"; the empty test was probably added by accident in commit
4b8cc85c4.
This commit is contained in:
Javi Martín
2022-04-04 13:45:40 +02:00
parent c0f71c4c8d
commit fb99d8cb33

View File

@@ -35,8 +35,6 @@ describe Poll do
poll.ends_at = 2.months.ago poll.ends_at = 2.months.ago
expect(poll).not_to be_valid expect(poll).not_to be_valid
end end
pending "no overlapping polls for proposal polls are allowed"
end end
describe "proposal polls specific validations" do describe "proposal polls specific validations" do