From 3874bab0c28e2e3cfd90e46982909f7f1e910513 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 29 Apr 2021 09:43:02 +0100 Subject: [PATCH] Changelog for #2495 --- Changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 742ae7477..e268120cb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,13 +5,14 @@ Enhancements: * Make the API request scaffold template more consistent and compatible with Rails 6.1. (Naoto Hamada, #2484) -* Provide support to turn off transactional tests for select examples. - (Stan Lo, #2495) Bug Fixes: * Prevent generated job specs from duplicating `_job` in filenames. (Nick Flückiger, #2496) +* Fix `ActiveRecord::TestFixture#uses_transaction` by using example description + to replace example name rather than example in our monkey patched + `run_in_transaction?` method. (Stan Lo, #2495) ### 5.0.1 / 2021-03-18 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1)