google-api-ruby-client/spec/google/apis/core
Janko Marohnić e20e6bdffd Allow download destination to only respond to #write (#638)
According to the documentation the destination IO only needs to respond
to #write. However, the downloader breaks this by calling #flush.

We fix this by calling #flush only if the destination IO responds to
that method. We also add a test to enforce that the destination IO only
needs to respond to #write.
2018-12-04 13:09:11 -08:00
..
api_command_spec.rb
batch_spec.rb
composite_io_spec.rb
download_spec.rb Allow download destination to only respond to #write (#638) 2018-12-04 13:09:11 -08:00
hashable_spec.rb
http_command_spec.rb
json_representation_spec.rb
service_spec.rb
upload_spec.rb