From c5dd4bf5dce125a2c47b521699567d05e0668f60 Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Mon, 21 Jan 2019 15:04:18 +0530 Subject: [PATCH] fix the build Use whitespace after code block start for single word languages --- spec/components/post_destroyer_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/components/post_destroyer_spec.rb b/spec/components/post_destroyer_spec.rb index 845a3ba3c2a..8266f8dafb6 100644 --- a/spec/components/post_destroyer_spec.rb +++ b/spec/components/post_destroyer_spec.rb @@ -655,7 +655,7 @@ describe PostDestroyer do 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 it "should not send the flags_agreed_and_post_deleted message if it was deleted by system" do