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



789
790
791
# File 'lib/super_diff/rspec/monkey_patches.rb', line 789

def expected_action_for_matcher_text
  "match array with"
end

#expected_for_diffObject



785
786
787
# File 'lib/super_diff/rspec/monkey_patches.rb', line 785

def expected_for_diff
  matchers.an_array_matching(expected)
end