imagemagick: rubocop tweaks.

This commit is contained in:
Mike McQuaid 2016-10-22 13:33:54 +01:00
parent a2555ba464
commit 27615fc913

View file

@ -140,7 +140,7 @@ class Imagemagick < Formula
assert_match "PNG", shell_output("#{bin}/identify #{test_fixtures("test.png")}")
# Check support for recommended features and delegates.
features = shell_output("#{bin}/convert -version")
%W[Modules freetype jpeg png tiff].each do |feature|
%w[Modules freetype jpeg png tiff].each do |feature|
assert_match feature, features
end
end