Module: RSpec::Matchers
- Defined in:
- lib/rspec/json_api/matchers.rb
Instance Method Summary collapse
Instance Method Details
#have_no_content ⇒ Object
| 9 10 11 | # File 'lib/rspec/json_api/matchers.rb', line 9 def have_no_content RSpec::JsonApi::Matchers::HaveNoContent.new end | 
#match_json_schema(expected) ⇒ Object
| 5 6 7 | # File 'lib/rspec/json_api/matchers.rb', line 5 def match_json_schema(expected) RSpec::JsonApi::Matchers::MatchJsonSchema.new(expected) end |