Sha256: 831ff9c42c130153e5ab396610e79171b24109c56f8b48dcd0f8a8a05bfb329b
Contents?: true
Size: 370 Bytes
Versions: 8
Compression:
Stored size: 370 Bytes
Contents
require 'spec_helper' describe Dragonfly::ImageMagickUtils do before(:each) do @obj = Object.new @obj.extend(Dragonfly::ImageMagickUtils) end it "should raise an error if the identify command isn't found" do lambda{ @obj.send(:run, "non-existent-command") }.should raise_error(Dragonfly::ImageMagickUtils::ShellCommandFailed) end end
Version data entries
8 entries across 8 versions & 2 rubygems