From 5a9f6988c81e70715bf38e864574b9d3edb71c28 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sat, 2 May 2020 18:30:18 +0100 Subject: [PATCH] Changelog for #2723 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4e467cd326..c24aa486a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,8 @@ Bug Fixes: (Jon Rowe, #2703) * Correctly detect patterns when `rspec_opts` is an array in `RSpec::Core::RakeTask`. (Marc-André Lafortune, #2704) +* Make `RSpec.clear_examples` reset example counts for example groups. This fixes + an issue with re-running specs not matching ids. (Agis Anastasopoulos, #2723) ### 3.9.1 / 2019-12-28 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.0...v3.9.1)