spec/matchers/collection_contain_matcher.rb in remarkable-3.0.8 vs spec/matchers/collection_contain_matcher.rb in remarkable-3.0.9
- old
+ new
@@ -22,11 +22,11 @@
before_assert do
@before_assert = true
end
end
- def collection_contain(*args)
- CollectionContainMatcher.new(*args).spec(self)
+ def collection_contain(*args, &block)
+ CollectionContainMatcher.new(*args, &block).spec(self)
end
end
end
end