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
639
640
641
|
# File 'lib/super_diff/rspec/monkey_patches.rb', line 639
def expected_action_for_matcher_text
"match array with"
end
|
#expected_for_diff ⇒ Object
635
636
637
|
# File 'lib/super_diff/rspec/monkey_patches.rb', line 635
def expected_for_diff
matchers.an_array_matching(expected)
end
|