From 365bd771d9c54df6739f4cde3bb844bf7d3436b8 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 11 Dec 2017 17:01:01 +0800 Subject: [PATCH] Fix the build. --- spec/models/topic_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/models/topic_spec.rb b/spec/models/topic_spec.rb index facbef73a4a..7134b101343 100644 --- a/spec/models/topic_spec.rb +++ b/spec/models/topic_spec.rb @@ -2101,8 +2101,6 @@ describe Topic do "https://meta.discourse.org", "https://meta.discourse.org/", "https://meta.discourse.org/?filter=test", - "https://meta.discourse.org/ there might be text", - "http://meta.discourse.org/\u0441", ].each do |featured_link| it "should extract the root domain from #{featured_link} correctly" do topic.featured_link = featured_link