fix the build

Use whitespace after code block start for single word languages
This commit is contained in:
Vinoth Kannan 2019-01-21 15:04:18 +05:30
parent 4ad935f958
commit c5dd4bf5dc
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ describe PostDestroyer do
Jobs::SendSystemMessage.new.execute(jobs[0]["args"][0].with_indifferent_access) Jobs::SendSystemMessage.new.execute(jobs[0]["args"][0].with_indifferent_access)
expect(Post.last.raw).to include("[details=\"Click to expand removed post\"]\n```markdown\n#{second_post.raw}\n```\n[/details]") expect(Post.last.raw).to include("[details=\"Click to expand removed post\"]\n``` markdown\n#{second_post.raw}\n```\n[/details]")
end end
it "should not send the flags_agreed_and_post_deleted message if it was deleted by system" do it "should not send the flags_agreed_and_post_deleted message if it was deleted by system" do