Skip to content

Version 2.8.1

Choose a tag to compare

@sleepingkingstudios sleepingkingstudios released this 27 Apr 15:10
154b1e7

Matchers

Added RSpec::Matchers::Composable support to all matchers.

  • Adds the #and, #or methods for chaining matchers.
  • Adds support for matching using the #=== method, including in nested data structure comparisons such as the built-in #match matcher.

See also the changes from Version 2.8.0.