0.0
No commit activity in last 3 years
No release in over 3 years
Easily handle JSON in Test::Unit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9

Runtime

~> 1.0.0
 Project Readme

json_assert

Easily handle JSON in Test::Unit.
This is completely copied from the excellent json_spec gem found here https://github.com/collectiveidea/json_spec

I wanted the same features for a project where rspec was not available

Installation

gem install json_assert

or with Bundler:

gem "json_assert"

Documentation

json_assert defines six new assertions:

  • assert_json_eql
  • assert_part_json
  • assert_include_json
  • assert_json_path
  • assert_json_type
  • assert_json_size

Copyright

Copyright © 2011 Frazer Horn See LICENSE for details.