From 945ee5dda0147c29b9fd6f77443322e42b1f0b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Sat, 20 Jul 2013 12:13:31 +0200 Subject: [PATCH] opps. missed a comment --- spec/components/s3_store_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/components/s3_store_spec.rb b/spec/components/s3_store_spec.rb index faa022dfaa7..1d806240716 100644 --- a/spec/components/s3_store_spec.rb +++ b/spec/components/s3_store_spec.rb @@ -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