collectiveidea / json_spec

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

Support some sort of Regex matcher #54

Open jsmestad opened 10 years ago

jsmestad commented 10 years ago

I would like to have some sort of matcher like

response_body.should have_json_path('users/href').that_matches(/^http:\/\//)

thoughts on doing a PR to add support for this?