spec/integration/processing_image_attachments.rb in bulldog-0.0.6 vs spec/integration/processing_image_attachments.rb in bulldog-0.0.7
- old
+ new
@@ -4,10 +4,10 @@
use_model_class(:Thing,
:width => :integer,
:height => :integer)
def identify
- Bulldog::Processor::ImageMagick.identify_command
+ Bulldog::Processor::ImageMagick.identify_path
end
before do
tmp = temporary_directory
Thing.has_attachment :photo do