googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

Add Minitest #169

Closed blowmage closed 5 years ago

blowmage commented 5 years ago

This PR converts all remaining RSpec specs to Minitest. Right now the tests are using the Spec DSL to ease the review easier. We can convert the new tests to the assertion style in a future PR.

blowmage commented 5 years ago

Pull and try again. I added a commit that added a get_application_default stub that I had removed earlier because I didn't think it was being used/needed. But that was probably due to my development environment.

quartzmo commented 5 years ago

Credentials error fixed, thanks! 👍