Method: JsonSpec::Matchers#have_json_type
- Defined in:
- lib/json_spec/matchers.rb
#have_json_type(type) ⇒ Object
21 22 23 |
# File 'lib/json_spec/matchers.rb', line 21 def have_json_type(type) JsonSpec::Matchers::HaveJsonType.new(type) end |