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



695
696
697
# File 'lib/super_diff/rspec/monkey_patches.rb', line 695

def expected_action_for_matcher_text
  "match array with"
end

#expected_for_diffObject



691
692
693
# File 'lib/super_diff/rspec/monkey_patches.rb', line 691

def expected_for_diff
  matchers.an_array_matching(expected)
end