Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Aug 18, 2024
1 parent 57d5ebc commit 738b81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_epubmaker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ def test_verify_target_images
File.write(File.join(tmpdir, 'style.css'), 'div { background-image: url("images/bg.jpg")}')
epubmaker.verify_target_images(tmpdir)

expect = %w(images/bg.jpg images/ch01.png images/cover.png)
expect = %w[images/bg.jpg images/ch01.png images/cover.png]
assert_equal expect, epubmaker.config['epubmaker']['force_include_images']
end
end
Expand Down

0 comments on commit 738b81e

Please sign in to comment.