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 21, 2021
1 parent c4a6575 commit 08544a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Changelog.md
@@ -1,6 +1,11 @@
### Development
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.1...5-0-maintenance)

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 @@ -93,7 +98,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 08544a8

Please sign in to comment.