mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
fix build
This commit is contained in:
parent
56f077db69
commit
cbc470baf1
1 changed files with 0 additions and 10 deletions
|
@ -90,16 +90,6 @@ describe FileStore::S3Store do
|
||||||
expect(store.internal?).to eq(false)
|
expect(store.internal?).to eq(false)
|
||||||
end
|
end
|
||||||
|
|
||||||
describe ".download" do
|
|
||||||
|
|
||||||
it "does nothing if the file hasn't been uploaded to that store" do
|
|
||||||
upload.stubs(:url).returns("/path/to/image.png")
|
|
||||||
FileHelper.expects(:download).never
|
|
||||||
store.download(upload)
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
|
||||||
|
|
||||||
describe ".purge_tombstone" do
|
describe ".purge_tombstone" do
|
||||||
|
|
||||||
it "updates tombstone lifecycle" do
|
it "updates tombstone lifecycle" do
|
||||||
|
|
Loading…
Reference in a new issue