waterlink / rspec-json_expectations

Set of matchers and helpers to allow you test your APIs responses like a pro.
https://www.relishapp.com/waterlink/rspec-json-expectations/docs
MIT License
140 stars 23 forks source link

Fixes TypeError where values can't be implictly converted to string. #12

Closed shamil614 closed 8 years ago

shamil614 commented 8 years ago

Made this change because I couldn't use regexes on Boolean, null, and numbers. Not sure why the build is failing. Looks like it's failing on installing dependencies.

waterlink commented 8 years ago

@shamil614 Thanks! Let me take a look.

waterlink commented 8 years ago

I see. Outdated version of bundler (no longer compatible with current rubygems gem). Will fix shortly.

waterlink commented 8 years ago

@shamil614 I have fixed the issue with build and merged fix to the master branch. Could you please rebase your branch on the top of master branch?

shamil614 commented 8 years ago

you bet. looks like that did it. let me know if i need to make any other changes. just wanting to help. Thanks for the awesome work on this gem!

waterlink commented 8 years ago

LGTM

waterlink commented 8 years ago

I have released 1.2.1 version