mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
add image optim version note to relevant tests
This commit is contained in:
parent
9878274427
commit
96aca20fd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user