FEATURE: Locale support for seeded categories and topics (#7110)

This commit is contained in:
Gerhard Schlager
2019-03-18 21:09:13 +01:00
committed by GitHub
parent d91b47064e
commit 3fd04df781
33 changed files with 985 additions and 353 deletions

View File

@@ -12,8 +12,8 @@ describe IntroductionUpdater do
topic
end
it "finds the welcome topic by custom field" do
TopicCustomField.create(topic_id: welcome_topic.id, name: "is_welcome_topic", value: "true")
it "finds the welcome topic by site setting" do
SiteSetting.welcome_topic_id = welcome_topic.id
expect(subject.get_summary).to eq(welcome_post_raw)
end