Description: Remove tests that require internet connectivity.
Author: Felix Geyer <fgeyer@debian.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23706517+ 
Forwarded: no
Last-Update: 2013-12-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: ruby-mini-magick/spec/lib/mini_magick/image_spec.rb
===================================================================
--- ruby-mini-magick.orig/spec/lib/mini_magick/image_spec.rb
+++ ruby-mini-magick/spec/lib/mini_magick/image_spec.rb
@@ -66,13 +66,13 @@ require "stringio"
           expect(image).to be_valid
         end
 
-        it "loads a remote image" do
-          begin
-            image = described_class.open(image_url)
-            expect(image).to be_valid
-          rescue SocketError
-          end
-        end
+#        it "loads a remote image" do
+#          begin
+#            image = described_class.open(image_url)
+#            expect(image).to be_valid
+#          rescue SocketError
+#          end
+#        end
 
         it "validates the image" do
           expect { described_class.open(image_path(:not)) }
