Commit 7135b6b0 by Jon Yurek

Fixes a test that caused an error in Ruby 2.0.0

parent b4385bd4
......@@ -309,7 +309,7 @@ class FogTest < Test::Unit::TestCase
context "with a valid bucket name for a subdomain" do
should "provide an url in subdomain style" do
assert_match @dummy.avatar.url, /^https:\/\/papercliptests.s3.amazonaws.com\/avatars\/5k.png/
assert_match /^https:\/\/papercliptests.s3.amazonaws.com\/avatars\/5k.png/, @dummy.avatar.url
end
should "provide an url that expires in subdomain style" do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment