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



829
830
831
# File 'lib/super_diff/rspec/monkey_patches.rb', line 829

def expected_action_for_matcher_text
  "match array with"
end

#expected_for_diffObject



825
826
827
# File 'lib/super_diff/rspec/monkey_patches.rb', line 825

def expected_for_diff
  matchers.an_array_matching(expected)
end