Skip to content

Commit

Permalink
Remove obsolete "pending" test
Browse files Browse the repository at this point in the history
I'd say this feature is actually tested in the "proposal polls specific
validations"; the empty test was probably added by accident in commit
4b8cc85.
  • Loading branch information
javierm committed Apr 4, 2022
1 parent f96e544 commit e9d29b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/models/poll/poll_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
poll.ends_at = 2.months.ago
expect(poll).not_to be_valid
end

pending "no overlapping polls for proposal polls are allowed"
end

describe "proposal polls specific validations" do
Expand Down

0 comments on commit e9d29b2

Please sign in to comment.