From cbc470baf1e500a40855b8e287e9fb3b828ea6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 1 Jun 2015 11:22:58 +0200 Subject: [PATCH] fix build --- spec/components/file_store/s3_store_spec.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spec/components/file_store/s3_store_spec.rb b/spec/components/file_store/s3_store_spec.rb index 20361d21964..ae598889484 100644 --- a/spec/components/file_store/s3_store_spec.rb +++ b/spec/components/file_store/s3_store_spec.rb @@ -90,16 +90,6 @@ describe FileStore::S3Store do expect(store.internal?).to eq(false) 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 it "updates tombstone lifecycle" do