mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
Move FAQ, Terms of Service, and Privacy Policy into topics in the Staff category. First post of those topics will be rendered on their respective pages. Site settings and content are not used for these documents anymore. Translations of the default text is moved into the standard YML files.
This commit is contained in:
@ -14,7 +14,6 @@ describe SystemMessage do
|
||||
let(:topic) { post.topic }
|
||||
|
||||
it 'should create a post correctly' do
|
||||
SiteSetting.stubs(:max_post_length).returns(100_000)
|
||||
post.should be_present
|
||||
post.should be_valid
|
||||
topic.should be_private_message
|
||||
|
Reference in New Issue
Block a user