We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcacf6 commit cb5d739Copy full SHA for cb5d739
Changelog.md
@@ -12,7 +12,8 @@ Bug Fixes:
12
13
* Reset `ActiveSupport::CurrentAttributes` between examples. (Javier Julio, #2752)
14
* Fix a broken link in generated mailer previews. (Chiara Núñez, #2764)
15
-* 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
16
+ to `Rack::Utils.status_code/1` to set the expected status code. (Darren Boyd, #2765)
17
18
### 6.1.2 / 2024-03-19
19
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2)
0 commit comments