opps. missed a comment

This commit is contained in:
Régis Hanol 2013-07-20 12:13:31 +02:00
parent 613e31d3ef
commit 945ee5dda0

View File

@ -24,7 +24,6 @@ describe S3Store do
end
it 'returns the url of the S3 upload if successful' do
# NOTE: s3 bucket's name are case sensitive so we can't use it as a subdomain...
S3Store.store_file(file, "SHA", 1).should == '//s3_upload_bucket.s3.amazonaws.com/1SHA.png'
end