Description: Remove erroneus image test
 imagemagick identify command, now seems to return a fail status if the image
 is not correct.
 
Bug-Debian: https://bugs.debian.org/761532
Author: David Suárez <david.sephirot@gmail.com>
Last-Update: 2014-10-05

--- ruby-mini-magick-3.8.1.orig/spec/lib/mini_magick/image_spec.rb
+++ ruby-mini-magick-3.8.1/spec/lib/mini_magick/image_spec.rb
@@ -267,14 +267,14 @@ describe MiniMagick::Image do
       image.destroy!
     end
 
-    it 'inspects an erroneus image meta info' do
-      image = described_class.new(ERRONEOUS_IMAGE_PATH)
-      expect(image[:width]).to be(10)
-      expect(image[:height]).to be(10)
-      expect(image[:dimensions]).to match_array [10, 10]
-      expect(image[:format]).to eq 'JPEG'
-      image.destroy!
-    end
+#     it 'inspects an erroneus image meta info' do
+#       image = described_class.new(ERRONEOUS_IMAGE_PATH)
+#       expect(image[:width]).to be(10)
+#       expect(image[:height]).to be(10)
+#       expect(image[:dimensions]).to match_array [10, 10]
+#       expect(image[:format]).to eq 'JPEG'
+#       image.destroy!
+#     end
 
     it 'inspects meta info from tiff images' do
       image = described_class.new(TIFF_IMAGE_PATH)
