json_spec icon indicating copy to clipboard operation
json_spec copied to clipboard

Fix include_json matcher

Open benitoDeLaCasita opened this issue 11 years ago • 2 comments

include_json matcher can now handle Hash and Array, as well as literals with the == operator

benitoDeLaCasita avatar Jan 28 '14 17:01 benitoDeLaCasita

If you are adding some new functionality please add tests.

charlierudolph avatar Jan 28 '14 17:01 charlierudolph

RSpec runtime dependency cannot be removed — cucumber steps in their current implementation rely on RSpec. See: https://github.com/collectiveidea/json_spec/blob/master/lib/json_spec/cucumber.rb

skalee avatar Feb 25 '14 16:02 skalee