module SpecCombos::MatcherCombiner::And

Public Instance Methods

match_result() click to toggle source
# File lib/spec_combos/matcher_combiner.rb, line 6
def match_result
  matches(NOT_MATCHING).empty?
end