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