mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
added a rake task to clean orphan uploaded files
This commit is contained in:
@ -15,7 +15,7 @@ describe LocalStore do
|
||||
|
||||
let(:image_info) { FastImage.new(file) }
|
||||
|
||||
it 'returns the url of the S3 upload if successful' do
|
||||
it 'returns the url of the uploaded file if successful' do
|
||||
# prevent the tests from creating directories & files...
|
||||
FileUtils.stubs(:mkdir_p)
|
||||
File.stubs(:open)
|
||||
|
Reference in New Issue
Block a user