Method: JsonSpec::Matchers#include_json
- Defined in:
- lib/json_spec/matchers.rb
#include_json(json = nil) ⇒ Object
13 14 15 |
# File 'lib/json_spec/matchers.rb', line 13 def include_json(json = nil) JsonSpec::Matchers::IncludeJson.new(json) end |