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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user