spec/morandi_spec.rb in morandi-0.12.0 vs spec/morandi_spec.rb in morandi-0.12.1
- old
+ new
@@ -19,10 +19,10 @@
"straighten"=>0.0,
"gamma"=>0.98,
"redeye"=>[]
}
- Morandi.process('sample/100_mb_image.jpg', settings, out = 'sample/out_100_mb_image.jpg')
+ Morandi.process('sample/sample.jpg', settings, out = 'sample/out_crop_glitch_image.jpg')
expect(File.exist?(out))
end
end
it 'should do rotation of images' do