chargebee / chargebee-ruby

Ruby library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=ruby
MIT License
32 stars 60 forks source link

Fix build #11

Closed JuanitoFatas closed 5 years ago

JuanitoFatas commented 8 years ago
F......

Failures:

  1) ChargeBee::ListResult returns list object, with next offset
attribute
     Failure/Error: list.next_offset.should =~ ["1345724673000", "1510"]

       expected: ["1345724673000", "1510"]
            got: "[\"1345724673000\", \"1510\"]" (using =~)
     # ./spec/chargebee/list_result_spec.rb:51:in `block (2 levels) in
<top (required)>'

spec is failing, this Pull Request fixes it.

JuanitoFatas commented 8 years ago

Consider setup a CI 😄