Skip to content

Commit

Permalink
Change quote spec copy
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidhamilton committed Sep 21, 2023
1 parent 4e2cc53 commit 0af6bfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/helpers/content_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,19 @@
let(:input) do
<<~QUOTE
$QUOTE
a bird in the hand is worth two in the bush
Life is trying things to see if they work.
anon
Ray Bradbury
$QUOTE
QUOTE
end

it 'builds semantic markup' do
expect(html).to eq <<~QUOTE
<div class="blockquote-container"><blockquote class="quote">
<p>a bird in the hand is worth two in the bush</p>
<p>Life is trying things to see if they work.</p>
<cite>anon</cite>
<cite>Ray Bradbury</cite>
</blockquote></div>
QUOTE
end
Expand Down

0 comments on commit 0af6bfb

Please sign in to comment.