Method: JsonSpec::Matchers#have_json_path
- Defined in:
- lib/json_spec/matchers.rb
#have_json_path(path) ⇒ Object
17 18 19 |
# File 'lib/json_spec/matchers.rb', line 17 def have_json_path(path) JsonSpec::Matchers::HaveJsonPath.new(path) end |