Version 2.8.1
Matchers
Added RSpec::Matchers::Composable support to all matchers.
- Adds the
#and,#ormethods for chaining matchers. - Adds support for matching using the
#===method, including in nested data structure comparisons such as the built-in#matchmatcher.
See also the changes from Version 2.8.0.