Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-06-04 15:06:07 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-06-04 23:31:01 +0300
commiteea26a93e7d4ac0c6fefe46592c9baa0d3e6a5cd (patch)
treef0e0c3ee9664426661f97d5bd94d094bc00117e8 /spec/lib/object_storage
parentb8370c9f55843351b49073dafe84a2e9858c8c8a (diff)
Update validator
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