Pure RSpec JSON API testing
http://www.eq8.eu/blogs/30-native-rspec-json-api-testing
In Ruby on Rails there are many tools how to test your JSON API, but you don’t necessary need to install any gems. RSpec provide really decent tool set for many scenarios including APIs. In this article we will have a look how.
Post a comment