Class: RSpec::Matchers::BuiltIn::MatchArray

Inherits:
ContainExactly show all
Defined in:
lib/super_diff/rspec/monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#expected_action_for_matcher_textObject



681
682
683
# File 'lib/super_diff/rspec/monkey_patches.rb', line 681

def expected_action_for_matcher_text
  "match array with"
end

#expected_for_diffObject



677
678
679
# File 'lib/super_diff/rspec/monkey_patches.rb', line 677

def expected_for_diff
  matchers.an_array_matching(expected)
end