Module: RSpec::JsonExpectations::Matchers
- Defined in:
- lib/rspec/json_expectations/matchers.rb
Defined Under Namespace
Classes: UnorderedArrayMatcher
Instance Method Summary collapse
Instance Method Details
#UnorderedArray(*array) ⇒ Object
113 114 115 |
# File 'lib/rspec/json_expectations/matchers.rb', line 113 def UnorderedArray(*array) UnorderedArrayMatcher.new(array) end |