Class: RSpec::Matchers::BuiltIn::MatchArray
- Inherits:
-
ContainExactly
- Object
- ContainExactly
- RSpec::Matchers::BuiltIn::MatchArray
- Defined in:
- lib/super_diff/rspec/monkey_patches.rb
Instance Method Summary collapse
Instance Method Details
#expected_action_for_matcher_text ⇒ Object
716 717 718 |
# File 'lib/super_diff/rspec/monkey_patches.rb', line 716 def expected_action_for_matcher_text "match array with" end |
#expected_for_diff ⇒ Object
712 713 714 |
# File 'lib/super_diff/rspec/monkey_patches.rb', line 712 def expected_for_diff matchers.an_array_matching(expected) end |