Skip to content

Commit 2136ec0

Browse files
authored
Fix: build. (#460)
1 parent a07385f commit 2136ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/swagger_v2/api_swagger_v2_detail_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def app
144144
specify do
145145
expect(subject['paths']['/use_gfm_rc_detail']['get']).to include('description')
146146
expect(subject['paths']['/use_gfm_rc_detail']['get']['description']).to eql(
147-
"<h1>This returns something</h1>\n\n<p># Burgers in Heaven</p>\n\n<blockquote>\n<p>A burger doesn&#39;t come for free</p>\n</blockquote>\n\n<p>If you want to reserve a burger in heaven, you have to do\nsome crazy stuff on earth.</p>\n<pre class=\"highlight plaintext\"><code>def do_good\nputs 'help people'\nend\n</code></pre>\n\n<ul>\n<li><em>Will go to Heaven:</em> Probably</li>\n<li><em>Will go to Hell:</em> Probably not</li>\n</ul>"
147+
"<h1>This returns something</h1>\n\n<p># Burgers in Heaven</p>\n\n<blockquote>\n<p>A burger doesn&#39;t come for free</p>\n</blockquote>\n\n<p>If you want to reserve a burger in heaven, you have to do\nsome crazy stuff on earth.</p>\n<pre class=\"highlight plaintext\"><code>def do_good\nputs 'help people'\nend\n</code></pre>\n<ul>\n<li><em>Will go to Heaven:</em> Probably</li>\n<li><em>Will go to Hell:</em> Probably not</li>\n</ul>"
148148
)
149149
end
150150
end

0 commit comments

Comments
 (0)