Skip to content

Commit

Permalink
remove .only from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 7, 2024
1 parent 7e36ea1 commit e371caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/image_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@ def traverse node
(expect to_file).to visually_match 'image-multiple-inline.pdf'
end

it '.only should not mangle character spacing in line if inline image wraps', visual: true do
it 'should not mangle character spacing in line if inline image wraps', visual: true do
to_file = to_pdf_file <<~'END', 'image-wrap-inline.pdf'
[cols="30e,58,12",width=75%]
|===
Expand Down

0 comments on commit e371caf

Please sign in to comment.