From e0c922fe59c93a0d899f1820d1a0bb90e8f70fff Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 3 Sep 2020 01:54:41 +0100 Subject: [PATCH] Changelog for #2756, #2758 --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 020b853dc2..7a493bc5c0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,9 @@ Bug Fixes: (Marc-André Lafortune, #2736) * Prevent `rspec --bisect` from generating zombie processes while executing bisect runs. (Benoit Tigeot, Jon Rowe, #2739) +* Predicates for pending examples, (in `RSpec::Core::Example`, `#pending?`, `#skipped?` and + `#pending_fixed?`) now return boolean values rather than truthy values. + (Marc-André Lafortune, #2756, #2758) ### 3.9.2 / 2020-05-02 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.1...v3.9.2)