class Object

Public Instance Methods

all_(&item_matcher_proc) click to toggle source
# File lib/spec_combos/all_matcher.rb, line 25
def all_(&item_matcher_proc)
  SpecCombos::AllMatcher.new(&item_matcher_proc)
end
and_(*matchers) click to toggle source
# File lib/spec_combos/and_matcher.rb, line 42
def and_(*matchers)
  SpecCombos::AndMatcher.new(*matchers)
end
any_(&item_matcher_proc) click to toggle source
# File lib/spec_combos/any_matcher.rb, line 25
def any_(&item_matcher_proc)
  SpecCombos::AnyMatcher.new(&item_matcher_proc)
end
Also aliased as: have_any_that
have_any_that(&item_matcher_proc)
Alias for: any_