Remove old test case.

This commit is contained in:
Guo Xiang Tan 2017-05-22 18:23:09 +08:00
parent 08c36fa968
commit 76229535ac
1 changed files with 0 additions and 10 deletions

View File

@ -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])