Class: ShouldaRenderJsonArrayMatcher

Inherits:
ShouldaRenderJsonObjectMatcher show all
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

#initialize, #matches?

Constructor Details

This class inherits a constructor from ShouldaRenderJsonObjectMatcher

Instance Method Details

#descriptionObject



2
3
4
# File 'lib/shoulda_render_json_array_matcher.rb', line 2

def description
  "render JSON array for #{@root}"
end