Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement or remove pending tests #4803

Merged
merged 20 commits into from
Apr 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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
4b8cc85.
  • Loading branch information
javierm committed Apr 7, 2022
commit fb99d8cb33da6e7ba3c655b9aa4960cc1a2a58a6
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