Class: ShouldaRenderJsonArrayMatcher
- Inherits:
-
ShouldaRenderJsonObjectMatcher
- Object
- ShouldaRenderJsonObjectMatcher
- ShouldaRenderJsonArrayMatcher
- Defined in:
- lib/shoulda_render_json_array_matcher.rb
Instance Attribute Summary
Attributes inherited from ShouldaRenderJsonObjectMatcher
#context, #failure_message, #keys, #negative_failure_message, #options, #response, #root
Instance Method Summary collapse
Methods inherited from ShouldaRenderJsonObjectMatcher
Constructor Details
This class inherits a constructor from ShouldaRenderJsonObjectMatcher
Instance Method Details
#description ⇒ Object
2 3 4 |
# File 'lib/shoulda_render_json_array_matcher.rb', line 2 def description "render JSON array for #{@root}" end |