Skip to content

Commit 05b1adf

Browse files
bgandonrkoster
authored andcommitted
Remove irrelevant failing tests
Those were testing the isignatures of nherited methods, whereas these were actually proxified to a delegate object that could have complete different signatures without the test to notice. Now rely on the other test verifying that methods are proxified to the delegate object, transmitting the expected arguments.
1 parent 5c32475 commit 05b1adf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/bosh-director/spec/unit/blobstore_client/retryable_blobstore_client_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module Bosh::Blobstore
66
let(:wrapped_client) { instance_double('Bosh::Blobstore::BaseClient') }
77
let(:retryable) { Bosh::Retryable.new(tries: 2, sleep: 0, on: [BlobstoreError]) }
88

9-
it_implements_base_client_interface
109
it_calls_wrapped_client_methods(except: [:get])
1110

1211
describe '#get' do

src/bosh-director/spec/unit/blobstore_client/sha1_verifiable_blobstore_client_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module Bosh::Blobstore
66
let(:wrapped_client) { instance_double('Bosh::Blobstore::BaseClient') }
77
let(:multidigest_path) { 'some/path/to/binary' }
88

9-
it_implements_base_client_interface
109
it_calls_wrapped_client_methods(except: [:get])
1110

1211
before do

0 commit comments

Comments
 (0)