From 8c17b4e5020a4d264e8a79e294c58b5c1ef2b005 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 f9bcf0ea9..a9ee42d51 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,11 @@ Enhancements: * Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745) * Add suggestion to rails_helper.rb to skip when not in test most. (Glauco Custódio, #2751) +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)