features/support/fakeweb.rb in cloudfuji_paperclip-2.4.6 vs features/support/fakeweb.rb in cloudfuji_paperclip-3.0.3
- old
+ new
@@ -1,3 +1,10 @@
require 'fake_web'
FakeWeb.allow_net_connect = false
+
+module FakeWeb
+ class StubSocket
+ def read_timeout=(ignored)
+ end
+ end
+end