class RSpec::Matchers::BuiltIn::Include
def comparing_with_matcher?(actual, expected)
def comparing_with_matcher?(actual, expected) actual.is_a?(Array) && RSpec::Matchers.is_a_matcher?(expected) end
def comparing_with_matcher?(actual, expected) actual.is_a?(Array) && RSpec::Matchers.is_a_matcher?(expected) end