mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
add image optim version note to relevant tests
This commit is contained in:
@ -6,7 +6,7 @@ describe OptimizedImage do
|
||||
|
||||
unless ENV["TRAVIS"]
|
||||
describe '.crop' do
|
||||
it 'should work correctly' do
|
||||
it 'should work correctly (requires correct version of image optim)' do
|
||||
tmp_path = "/tmp/cropped.png"
|
||||
|
||||
begin
|
||||
@ -128,7 +128,7 @@ describe OptimizedImage do
|
||||
end
|
||||
|
||||
describe '.downsize' do
|
||||
it 'should work correctly' do
|
||||
it 'should work correctly (requires correct version of image optim)' do
|
||||
tmp_path = "/tmp/downsized.png"
|
||||
|
||||
begin
|
||||
|
Reference in New Issue
Block a user