accodeing / fortnox-api

Gem that abstracts Fortnox's F3 API
GNU Lesser General Public License v3.0
9 stars 8 forks source link

Fixes #97 Search with special character #98

Closed ehannes closed 7 years ago

ehannes commented 7 years ago

Hmm, all Travis builds for supported Ruby versions fail on the same three examples (the order differs since specs are run in random order):

Failures:
  1) Fortnox::API get access token
   ...
  2) Fortnox::API::Base making a request including the proper headers
  ...
  3) Fortnox::API::Base making requests with multiple access tokens with subsequent requests on same object works
  ...

These errors seem unrelated to the changes in this branch and all specs runs successfully on my computer...