From 49b34bd82a198bf913317de420aa8495942560b8 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Wed, 26 Jun 2024 08:33:34 +0100 Subject: [PATCH] Changelog for #2771 --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 28d5ab80e..f93d6f0ce 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ ### Development [Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.3...6-1-maintenance) +Bug Fixes: + +* Prevent `have_http_status` matcher raising an error when encountering a raw `Rack::MockResponse`. + (Christophe Bliard, #2771) + ### 6.1.3 / 2024-06-19 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3)