method
description
rspec latest stable - Class:
Spec::Mocks::ArgumentMatchers::HashIncludingMatcher
description()public
No documentation available.
# File lib/spec/mocks/argument_matchers.rb, line 71
def description
"hash_including(#{@expected.inspect.sub(/^\{/,"").sub(/\}$/,"")})"
end