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 ab2ea2b commit 3874babCopy full SHA for 3874bab
Changelog.md
@@ -5,13 +5,14 @@ Enhancements:
5
6
* Make the API request scaffold template more consistent and compatible with
7
Rails 6.1. (Naoto Hamada, #2484)
8
-* Provide support to turn off transactional tests for select examples.
9
- (Stan Lo, #2495)
10
11
Bug Fixes:
12
13
* Prevent generated job specs from duplicating `_job` in filenames.
14
(Nick Flückiger, #2496)
+* Fix `ActiveRecord::TestFixture#uses_transaction` by using example description
+ to replace example name rather than example in our monkey patched
15
+ `run_in_transaction?` method. (Stan Lo, #2495)
16
17
### 5.0.1 / 2021-03-18
18
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1)
0 commit comments