googleapis / googleapis/gapic-generator-ruby
Ruby: Add unit test coverage for credentials.rb
Open
type: feature request
- Dominant language
- Ruby
- Stars
- 50
- Forks
- 36
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 6
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.