Skip to content

Commit

Permalink
v6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Aug 15, 2024
1 parent 512cc0a commit d0e322b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Development
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.3...main)
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.4...main)

Enhancements:

Expand All @@ -8,12 +8,15 @@ Enhancements:
* Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
* Add suggestion to rails_helper.rb to skip when not in test most. (Glauco Custódio, #2751)
* Add `at_priority` qualifier to `have_enqueued_job` set of matchers. (mbajur, #2759)
* Remove Rails version-specific conditional from index scaffold generation. (Matt Jankowski, #2777)

### 6.1.4 / 2024-08-15
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4)

Bug Fixes:

* Prevent `have_http_status` matcher raising an error when encountering a raw `Rack::MockResponse`.
(Christophe Bliard, #2771)
* Move Rails version conditional from index scaffold generated file to template. (Matt Jankowski, #2777)

### 6.1.3 / 2024-06-19
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3)
Expand Down

0 comments on commit d0e322b

Please sign in to comment.