collectiveidea / json_spec

Easily handle JSON in RSpec and Cucumber
rubygems.org/gems/json_spec
MIT License
919 stars 114 forks source link

New matcher that asserts presence of the given fields #35

Open AlexanderPavlenko opened 11 years ago

laserlemon commented 11 years ago

Please reference https://github.com/collectiveidea/json_spec/pull/25 to see what I'd like to see in order to pull this in. Thank you!

AlexanderPavlenko commented 11 years ago

@laserlemon check out latest commit

inossidabile commented 11 years ago

@laserlemon are there any other problems with this pr? :)

AlexanderPavlenko commented 11 years ago

@charlierudolph nice catch, fixed

laserlemon commented 11 years ago

@AlexanderPavlenko Thanks for all of your work! There are just a couple things I would change and I'll comment on those individually in the diff. Thank you again!