From 6c89ad416254be5b5e0664b4a8f9efddddd33fdf Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 16 Nov 2023 09:35:20 +0000 Subject: [PATCH] Changelog for #2711 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 9a2fe657a..75cb99dfe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -25,6 +25,7 @@ Bug Fixes: * Fix variable name in scaffolded view specs when namespaced. (Taketo Takashima, #2694) * Prevent `take_failed_screenshot` producing an additional error through `metadata` access. (Jon Rowe, #2704) +* Use `ActiveSupport::ExecutionContext::TestHelper` on Rails 7+. (Jon Rowe, #2711) ### 6.0.3 / 2023-05-31 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.0.2...v6.0.3)