We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a3d83 commit 158af83Copy full SHA for 158af83
Changelog.md
@@ -5,7 +5,8 @@ Bug Fixes:
5
6
* Reset `ActiveSupport::CurrentAttributes` between examples. (Javier Julio, #2752)
7
* 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)
+* 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)
10
11
### 6.1.2 / 2024-03-19
12
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2)
0 commit comments