google-api-ruby-client/spec
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
..
fixtures/files fix windows test failures (#736) 2018-11-26 13:22:07 -08:00
google Allow download destination to only respond to #write (#638) 2018-12-04 13:09:11 -08:00
integration_tests Merge branch 'master' of https://github.com/barancw/google-api-ruby-client into barancw-master 2017-04-04 12:11:54 -07:00
spec_helper Leave $LOAD_PATH.uniq! for jruby 2016-01-05 15:18:56 +09:00
spec_helper.rb Leave $LOAD_PATH.uniq! for jruby 2016-01-05 15:18:56 +09:00