spec/dragonfly/image_magick/plugin_spec.rb in dragonfly-1.2.0 vs spec/dragonfly/image_magick/plugin_spec.rb in dragonfly-1.2.1

- old
+ new

@@ -59,10 +59,10 @@ app.create("blah").image?.should be_falsey end it "should return false for pdfs" do image.encode('pdf').image?.should be_falsey - end + end unless ENV['SKIP_FLAKY_TESTS'] end describe "processors that change the url" do before do app.configure{ url_format '/:name' }