Skip to content

Commit 3f67d00

Browse files
Fix link test
1 parent 5cf0c91 commit 3f67d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/usage/components/link_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def response
5252
static_output = page.html
5353

5454
expected_static_output = <<~HTML
55-
<div id="foo" class="bar" title="The matestack website">
56-
<a href="https://matestack.org">here</a>
55+
<div id="foo" class="bar">
56+
<a href="https://matestack.org" title="The matestack website">here</a>
5757
</div>
5858
HTML
5959

0 commit comments

Comments
 (0)