From 76229535ac42f1febef09e62621595d117cbea3c Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 22 May 2017 18:23:09 +0800 Subject: [PATCH] Remove old test case. --- spec/models/topic_list_spec.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spec/models/topic_list_spec.rb b/spec/models/topic_list_spec.rb index c3b1df41c03..83290142cbe 100644 --- a/spec/models/topic_list_spec.rb +++ b/spec/models/topic_list_spec.rb @@ -46,16 +46,6 @@ describe TopicList do end end - context "DiscourseTagging enabled" do - before do - SiteSetting.tagging_enabled = true - end - - it "should add tags to preloaded custom fields" do - expect(topic_list.preloaded_custom_fields).to include(DiscourseTagging::TAGS_FIELD_NAME) - end - end - describe '#tags' do it 'should return the right tags' do tag = Fabricate(:tag, topics: [topic])