Changelog for
ruby3.3-rubygem-rspec-expectations-3.13.1-59.5.i586.rpm :
* Fri Jun 21 2024 Dan Čermák
- New upstream release 3.13.1, see bundled Changelog.md
* Tue Nov 14 2023 Dan Čermák - New upstream release 3.12.3, see bundled Changelog.md
* Fri Oct 28 2022 Stephan Kulow updated to version 3.12.0 see installed Changelog.md
* Mon Oct 10 2022 Stephan Kulow updated to version 3.11.1 see installed Changelog.md
* Thu Feb 24 2022 Stephan Kulow updated to version 3.11.0 see installed Changelog.md Enhancements:
* Return `true` from `aggregate_failures` when no exception occurs. (Jon Rowe, #1225) Deprecations:
* Print a deprecation message when using the implicit block expectation syntax. (Phil Pirozhkov, #1139)
* Tue Jan 25 2022 Stephan Kulow updated to version 3.10.2 see installed Changelog.md [#]## Development [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.10.2...3-10-maintenance) [#]## 3.10.2 / 2022-01-14 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.10.1...v3.10.2) Bug Fixes:
* Fix support for dynamic matchers for expectation target checks (Phil Pirozhkov, #1294)
* Fix `expect(array).to include(hash).times`, previously this would fail due to matching the entire array as a single hash, rather than a member of the hash. (Slava Kardakov, #1322)
* Ensure `raise_error` matches works with the `error_highlight` option from Ruby 3.1. (Peter Goldstein, #1339)
* Wed Jan 20 2021 Manuel Schnitzer - updated to version 3.10.1 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.10.0...v3.10.1) Bug Fixes:
* Allow JRuby 9.2.x.x to generate backtraces normally rather than via our backfill workaround. (#1230, Jon Rowe)
* Wed Nov 11 2020 Manuel Schnitzer - updated to version 3.10.0 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.3...v3.10.0) Enhancements:
* Allow `include` matcher to be chained with `once`, `at_least`, etc. for simple cases. (Marc-André Lafortune, #1168)
* Add an explicit warning when `nil` is passed to `raise_error`. (Phil Pirozhkov, #1143)
* Improve `include` matcher\'s composability. (Phil Pirozhkov, #1155)
* Mocks expectations can now set a custom failure message. (Benoit Tigeot and Nicolas Zermati, #1156)
* `aggregate_failures` now shows the backtrace line for each failure. (Fabricio Bedin, #1163)
* Support multiple combinations of `yield_control` modifiers like `at_least`, `at_most`. (Jon Rowe, #1169)
* Dynamic `have_` matchers now have output consistent with other dynamic matchers. (Marc-André Lafortune, #1195)
* New config option `strict_predicate_matchers` allows predicate matcher to be strict (i.e. match for `true` or `false`) instead of the default (match truthy vs `false` or `nil`). (Marc-André Lafortune, #1196)
* Mon May 11 2020 Manuel Schnitzer - updated to version 3.9.2 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.1...v3.9.2) Bug Fixes:
* Issue a proper `ArgumentError` when invalid arguments are given to `yield_control` modifiers such as `at_least` et al. (Marc-André Lafortune, #1167)
* Prevent Ruby 2.7 keyword arguments warning from being issued by custom matcher definitions. (Jon Rowe, #1176)
* Mon Apr 27 2020 Manuel Schnitzer - updated to version 3.9.1
* no changelog for version 3.9.1 found