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.
This commit is contained in:
Javi Martín
2021-09-08 00:41:51 +02:00
parent 6c322e20f4
commit 4a8a4eacdd

View File

@@ -86,8 +86,6 @@ describe TagCloud do
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")