From 6cc070571e7a2bfca3e765faa58a71b7057621b0 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 24facfb25..fbd91d7b5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,9 @@ 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)