mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
add note to specs about ImageMagick 7 requirement
This commit is contained in:
parent
8cb5ed3a7c
commit
3236f2668f
@ -6,7 +6,7 @@ describe OptimizedImage do
|
||||
|
||||
unless ENV["TRAVIS"]
|
||||
describe '.crop' do
|
||||
it 'should produce cropped images' do
|
||||
it 'should produce cropped images (requires ImageMagick 7)' do
|
||||
tmp_path = "/tmp/cropped.png"
|
||||
|
||||
begin
|
||||
@ -131,7 +131,7 @@ describe OptimizedImage do
|
||||
end
|
||||
|
||||
describe '.downsize' do
|
||||
it 'should downsize logo' do
|
||||
it 'should downsize logo (requires ImageMagick 7)' do
|
||||
tmp_path = "/tmp/downsized.png"
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user