Allow higher-order expectations to assert all values in an iterable item using syntax `expect([1,2,3]).each.to_be_numeric(3)`. - [ ] Add a chain method for `.each` to assert each value independently - [ ] Add a chain method for `.all` as an alias to `.each` - [ ] Add a chain method for `.any` to assert that at least one value conforms to the expectation
Allow higher-order expectations to assert all values in an iterable item using syntax
expect([1,2,3]).each.to_be_numeric(3)..eachto assert each value independently.allas an alias to.each.anyto assert that at least one value conforms to the expectation