mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 01:22:36 +08: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