class RSpec::Matchers::BuiltIn::MatchArray
Public Instance Methods
expected_action_for_matcher_text()
click to toggle source
# File lib/super_diff/rspec/monkey_patches.rb, line 681 def expected_action_for_matcher_text "match array with" end
expected_for_diff()
click to toggle source
# File lib/super_diff/rspec/monkey_patches.rb, line 677 def expected_for_diff matchers.an_array_matching(expected) end