spec/processors/image_spec.rb in hydra-derivatives-3.2.1 vs spec/processors/image_spec.rb in hydra-derivatives-3.2.2

- old
+ new

@@ -109,10 +109,10 @@ expect(subject).to receive(:create_resized_image).once subject.process end end - context "when running the complete command", unless: in_travis? do + context "when running the complete command", requires_imagemagick: true do let(:file_name) { File.join(fixture_path, "test.tif") } it "converts the image" do expect(Hydra::Derivatives::PersistBasicContainedOutputFileService).to receive(:call).with(kind_of(StringIO), directives) subject.process end