We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c15abe commit 6cc0705Copy full SHA for 6cc0705
Changelog.md
@@ -5,6 +5,9 @@ Bug Fixes:
5
6
* Prevent generated job specs from duplicating `_job` in filenames.
7
(Nick Flückiger, #2496)
8
+* Fix `ActiveRecord::TestFixture#uses_transaction` by using example description
9
+ to replace example name rather than example in our monkey patched
10
+ `run_in_transaction?` method. (Stan Lo, #2495)
11
12
### 5.0.1 / 2021-03-18
13
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1)
0 commit comments