diff options
| author | mo khan <mo@mokhan.ca> | 2014-09-21 22:19:54 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-09-21 22:19:54 -0600 |
| commit | cf2b55f9bdd49728a8d6e1736be6a4eba18d4e17 (patch) | |
| tree | ca4a8c117671d60691da3829142e5c00ee0aff82 /spec/services | |
| parent | 6f2213176099d58e2d8bcb9f1057da31b3b9835c (diff) | |
update blob storage spec to work for nested keys.
Diffstat (limited to 'spec/services')
| -rw-r--r-- | spec/services/infrastructure/blob_storage_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/infrastructure/blob_storage_spec.rb b/spec/services/infrastructure/blob_storage_spec.rb index 8bd5cdf5..82d462c6 100644 --- a/spec/services/infrastructure/blob_storage_spec.rb +++ b/spec/services/infrastructure/blob_storage_spec.rb @@ -17,7 +17,7 @@ describe BlobStorage do end describe "#download" do - let(:key) { "test#{SecureRandom.uuid}" } + let(:key) { "test/upload/#{SecureRandom.uuid}" } it 'downloads a file from blob storage' do subject.upload(key, file) |
