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 Allow using v2 error messages + fix to_json signature to allow arbitrary args 2017-05-19 17:16:22 -06:00
batch_spec.rb Remove Hurley as a dependency 2016-08-17 13:51:09 -07:00
composite_io_spec.rb Remove Hurley as a dependency 2016-08-17 13:51:09 -07:00
download_spec.rb Allow download destination to only respond to #write (#638) 2018-12-04 13:09:11 -08:00
hashable_spec.rb Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00
http_command_spec.rb Fix naming of monitoring.projects.timeSeries.create method (#734) 2018-11-05 16:16:19 -08:00
json_representation_spec.rb Bump `representable` dependency to 3.0 (#532) 2017-02-13 12:24:14 -08:00
service_spec.rb Add Ruby 2.5 support (#648) 2018-03-22 08:29:35 -07:00
upload_spec.rb fix windows test failures (#736) 2018-11-26 13:22:07 -08:00