Commit 06a5d776 by Jon Yurek

Formatting tweaks

parent dfb603d1
...@@ -153,7 +153,10 @@ class StorageTest < Test::Unit::TestCase ...@@ -153,7 +153,10 @@ class StorageTest < Test::Unit::TestCase
@key_mock = stub @key_mock = stub
@bucket_mock.expects(:key).returns(@key_mock) @bucket_mock.expects(:key).returns(@key_mock)
@key_mock.expects(:data=) @key_mock.expects(:data=)
@key_mock.expects(:put).with(nil, 'public-read', 'Content-type' => 'image/png', 'Cache-Control' => 'max-age=31557600') @key_mock.expects(:put).with(nil,
'public-read',
'Content-type' => 'image/png',
'Cache-Control' => 'max-age=31557600')
@dummy.save @dummy.save
end end
......
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