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

feature: add support for Array #5

Closed waterlink closed 9 years ago

waterlink commented 9 years ago
expect(response).to include_json(
  badges: ["first flight", "day & night"]
)