summaryrefslogtreecommitdiff
path: root/spec/lib/object_storage
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/object_storage')
-rw-r--r--spec/lib/object_storage/direct_upload_spec.rb24
1 files changed, 0 insertions, 24 deletions
diff --git a/spec/lib/object_storage/direct_upload_spec.rb b/spec/lib/object_storage/direct_upload_spec.rb
index 0f86d10b881..5187821e8f4 100644
--- a/spec/lib/object_storage/direct_upload_spec.rb
+++ b/spec/lib/object_storage/direct_upload_spec.rb
@@ -161,28 +161,4 @@ describe ObjectStorage::DirectUpload do
end
end
end
-
- describe '#get_url' do
- # this method can only be tested with integration tests
- end
-
- describe '#delete_url' do
- # this method can only be tested with integration tests
- end
-
- describe '#store_url' do
- # this method can only be tested with integration tests
- end
-
- describe '#multipart_part_upload_url' do
- # this method can only be tested with integration tests
- end
-
- describe '#multipart_complete_url' do
- # this method can only be tested with integration tests
- end
-
- describe '#multipart_abort_url' do
- # this method can only be tested with integration tests
- end
end