summaryrefslogtreecommitdiffstats
path: root/rubygem-paperclip-3.1.4-skip-broken-fog-tests.patch
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2013-02-14 01:01:38 -0700
committerKen Dreyer <ktdreyer@ktdreyer.com>2013-02-14 08:39:49 -0700
commit16528d757fa6f2fe600759fcfa45e35acc29e33e (patch)
tree490177d91ad29900250faa00f1f0c06c41c69294 /rubygem-paperclip-3.1.4-skip-broken-fog-tests.patch
parentd387ecac916020f57d3df0c5aacbbc462052d748 (diff)
downloadrubygem-paperclip-gitorious.tar.gz
rubygem-paperclip-gitorious.tar.xz
rubygem-paperclip-gitorious.zip
Downgrade to paperclip 2.7.4, and add RHEL 6 compatgitorious
- Downgrade to paperclip 2.7.4 - RHEL 6 compatibility
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
-