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 pending tag cloud test for debates
This feature was only enabled for proposals five years ago, and it
hasn't changed since then. The pending test only gets in the way.

Implement. Or implement not. There is no pending.
  • Loading branch information
javierm committed Apr 7, 2022
commit 4a8a4eacddcfa820a08a7d6224cf8bd463425af4
2 changes: 0 additions & 2 deletions spec/models/tag_cloud_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
expect(tag_names(tag_cloud)).to contain_exactly("parks")
end

xit "returns tags scoped by category for debates"

it "orders tags by count" do
3.times { create(:proposal, tag_list: "participation") }
create(:proposal, tag_list: "corruption")
Expand Down