mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
opps. missed a comment
This commit is contained in:
parent
613e31d3ef
commit
945ee5dda0
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ describe S3Store do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'returns the url of the S3 upload if successful' do
|
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'
|
S3Store.store_file(file, "SHA", 1).should == '//s3_upload_bucket.s3.amazonaws.com/1SHA.png'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue