From e9d29b29247293b1e5fed88879c77e033a5cf3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 4 Apr 2022 13:45:40 +0200 Subject: [PATCH] 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. --- spec/models/poll/poll_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/models/poll/poll_spec.rb b/spec/models/poll/poll_spec.rb index 18cf75c4aed..0066231f103 100644 --- a/spec/models/poll/poll_spec.rb +++ b/spec/models/poll/poll_spec.rb @@ -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