gapic-generator-ruby icon indicating copy to clipboard operation
gapic-generator-ruby copied to clipboard

Ruby: Add unit test coverage for credentials.rb

Open geigerj opened this issue 7 years ago • 0 comments

What

The new credentials.rb file does not have autogenerated test coverage. We should add coverage, will would be able to catch issues like https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues/1837. This could either involve modifying the existing autogenerated unit tests to mock at the googleauth layer rather than at the Credentials class layer, or it could involve generating a new unit test for this file.

cc: @landrito

geigerj avatar Nov 16 '17 20:11 geigerj