Skip to content

Commit d0e322b

Browse files
committed
v6.1.4
1 parent 512cc0a commit d0e322b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Development
2-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.3...main)
2+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.4...main)
33

44
Enhancements:
55

@@ -8,12 +8,15 @@ Enhancements:
88
* Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
99
* Add suggestion to rails_helper.rb to skip when not in test most. (Glauco Custódio, #2751)
1010
* Add `at_priority` qualifier to `have_enqueued_job` set of matchers. (mbajur, #2759)
11-
* Remove Rails version-specific conditional from index scaffold generation. (Matt Jankowski, #2777)
11+
12+
### 6.1.4 / 2024-08-15
13+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4)
1214

1315
Bug Fixes:
1416

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

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

0 commit comments

Comments
 (0)