smartystreets / smartystreets-ruby-sdk

The official client libraries for accessing SmartyStreets APIs from Ruby
https://smartystreets.com/docs/sdk/ruby
Apache License 2.0
23 stars 25 forks source link

Better VCR Error #11

Closed andremleblanc closed 6 years ago

andremleblanc commented 6 years ago

Purpose Fixes #11
Handle nil status_code in retry_sender (allows better error in VCR). Accomplished this by casting to_i.

Bonus Can now run test suite with bundle exec rake or bundle exec rake test. Had to rename one test to accomplish this.