mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Locale support for seeded categories and topics (#7110)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user