summaryrefslogtreecommitdiffstats
path: root/rubygem-paperclip-3.1.4-skip-broken-fog-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rubygem-paperclip-3.1.4-skip-broken-fog-tests.patch')
-rw-r--r--rubygem-paperclip-3.1.4-skip-broken-fog-tests.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/rubygem-paperclip-3.1.4-skip-broken-fog-tests.patch b/rubygem-paperclip-3.1.4-skip-broken-fog-tests.patch
deleted file mode 100644
index 8ae8ec1..0000000
--- a/rubygem-paperclip-3.1.4-skip-broken-fog-tests.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/test/storage/fog_test.rb
-+++ b/test/storage/fog_test.rb
-@@ -238,6 +238,7 @@ class FogTest < Test::Unit::TestCase
- end
-
- should "provide an url that expires in subdomain style" do
-+ skip('failing fog test on Fedora')
- assert_match /^http:\/\/papercliptests.s3.amazonaws.com\/avatars\/5k.png\?AWSAccessKeyId=.+$/, @dummy.avatar.expiring_url
- end
- end
-@@ -311,6 +312,7 @@ class FogTest < Test::Unit::TestCase
- end
-
- should "provide an expiring url" do
-+ skip('failing fog test on Fedora')
- assert_match /http:\/\/dynamicfoghost\.com/, @dummy.avatar.expiring_url
- end
-