Skip to content

Commit

Permalink
Change log for #2496
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Apr 20, 2021
1 parent 66a0bc0 commit bb874da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Changelog.md
Expand Up @@ -6,6 +6,11 @@ Enhancements:
* Make the API request scaffold template more consistent and compatible with
Rails 6.1. (Naoto Hamada, #2484)

Bug Fixes:

* Prevent generated job specs from duplicating `_job` in filenames.
(Nick Flückiger, #2496)

### 5.0.1 / 2021-03-18
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1)

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

0 comments on commit bb874da

Please sign in to comment.