diff --git a/spec/models/tag_cloud_spec.rb b/spec/models/tag_cloud_spec.rb index dbc2fcbf4..349d7922c 100644 --- a/spec/models/tag_cloud_spec.rb +++ b/spec/models/tag_cloud_spec.rb @@ -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")