We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f595a commit d48f119Copy full SHA for d48f119
spec/requests/builds_spec.rb
@@ -49,7 +49,7 @@
49
expect(FakeGitHub.comments).to match_array [
50
existing_violation_comment,
51
{
52
- body: new_violation1[:message] << "<br>```suggestion\ndef wat\n```",
+ body: new_violation1[:message] << "<br>\n```suggestion\ndef wat\n```",
53
path: "path/to/test_github_file.rb",
54
position: new_violation1[:line],
55
pr_number: "1",
spec/requests/github_events_spec.rb
@@ -35,7 +35,7 @@
35
GITHUB
36
37
38
- body: new_violation[:message] << "<br>```suggestion\ndef wat\n```",
+ body: new_violation[:message] << "<br>\n```suggestion\ndef wat\n```",
39
40
position: new_violation[:line],
41
0 commit comments