spec/unit/processor/image_magick_spec.rb in bulldog-0.0.6 vs spec/unit/processor/image_magick_spec.rb in bulldog-0.0.7

- old
+ new

@@ -11,10 +11,10 @@ thing = Thing.create(:attachment => test_image_file('test.jpg')) @thing = Thing.find(thing.id) end def convert - Processor::ImageMagick.convert_command + Processor::ImageMagick.convert_path end def original_path "#{temporary_directory}/attachment.original.jpg" end