Class: RSpec::Matchers::BuiltIn::MatchArray
Instance Method Summary
collapse
#description, #diffable?, #failure_message, #failure_message_when_negated
Instance Method Details
#expected_action_for_matcher_text ⇒ Object
649
650
651
|
# File 'lib/super_diff/rspec/monkey_patches.rb', line 649
def expected_action_for_matcher_text
"match array with"
end
|
#expected_for_diff ⇒ Object
645
646
647
|
# File 'lib/super_diff/rspec/monkey_patches.rb', line 645
def expected_for_diff
matchers.an_array_matching(expected)
end
|