Skip to content

Commit bb874da

Browse files
authored
Change log for #2496
1 parent 66a0bc0 commit bb874da

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Enhancements:
66
* Make the API request scaffold template more consistent and compatible with
77
Rails 6.1. (Naoto Hamada, #2484)
88

9+
Bug Fixes:
10+
11+
* Prevent generated job specs from duplicating `_job` in filenames.
12+
(Nick Flückiger, #2496)
13+
914
### 5.0.1 / 2021-03-18
1015
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1)
1116

@@ -98,7 +103,7 @@ Enhancements:
98103
generating a controller (Luka Lüdicke, #2222)
99104
* Allow `ActiveJob` matchers `#on_queue` modifier to take symbolic queue names. (Nils Sommer, #2283)
100105
* The scaffold generator now generates request specs in preference to controller specs.
101-
(Luka Lüdicke, #2288)
106+
(Luka Lüdicke, #2288)
102107
* Add configuration option to disable ActiveRecord. (Jon Rowe, Phil Pirozhkov, Hermann Mayer, #2266)
103108
* Set `ActionDispatch::SystemTesting::Server.silence_puma = true` when running system specs.
104109
(ta1kt0me, Benoit Tigeot, #2289)

0 commit comments

Comments
 (0)