Skip to content

Commit 158af83

Browse files
committed
Correct changelog for #2765
1 parent c6a3d83 commit 158af83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Bug Fixes:
55

66
* Reset `ActiveSupport::CurrentAttributes` between examples. (Javier Julio, #2752)
77
* Fix a broken link in generated mailer previews. (Chiara Núñez, #2764)
8-
* Have HttpStatusMatcher use Rack's public API for http status code. (Darren Boyd, #2763)
8+
* Fix `have_status_code` behaviour with deprecated status names by delegating
9+
to `Rack::Utils.status_code/1` to set the expected status code. (Darren Boyd, #2765)
910

1011
### 6.1.2 / 2024-03-19
1112
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2)

0 commit comments

Comments
 (0)