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 ffb489a commit b5d6c7fCopy full SHA for b5d6c7f
spec/usage/components/time_spec.rb
@@ -34,11 +34,11 @@ def response
34
static_output = page.html
35
36
expected_static_output = <<~HTML
37
- <p>This should show <time class='my-simple-time'>12:00</time></p>
+ <p>This should show <time class="my-simple-time">12:00</time></p>
38
39
- <p id='my-parent-paragraph'>
40
- Today is <time datetime='2019-02-12T10:38:39+02:00' id='example-timestamp'>July 7</time>
41
- </p>"
+ <p id="my-parent-paragraph">
+ Today is <time datetime="2019-02-12T10:38:39+02:00" id="example-timestamp">July 7</time>
+ </p>
42
HTML
43
44
expect(stripped(static_output)).to include(stripped(expected_static_output))
0 commit comments