Skip to content

Commit 4a38c29

Browse files
committed
(CONT-812) Fix failing acceptance test
1 parent 82104ae commit 4a38c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spec/acceptance/running_strings_generate_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ def expect_file_contain(path, expected_contents)
8787
expect_file_contain('doc/puppet_classes/test.html', [
8888
'<p class="tag_title">Enum Options (<tt>myenum</tt>):</p>',
8989
'<span class="name">a</span>',
90-
"&mdash; <div class='inline'>\n<p>Option A</p>\n</div>",
90+
"&mdash; <div class='inline'><p>Option A</p>\n</div>",
9191
'<span class="name">b</span>',
92-
"&mdash; <div class='inline'>\n<p>Option B</p>\n</div>",
92+
"&mdash; <div class='inline'><p>Option B</p>\n</div>",
9393
])
9494
end
9595
end

0 commit comments

Comments
 (0)