From 74543eb7cfea9005edb241be02b6e2aa964874f0 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sun, 14 Jun 2020 11:55:16 +0100 Subject: [PATCH] [expectations] Changelog for rspec/rspec-expectations#1193 This commit was imported from https://github.com/rspec/rspec-expectations/commit/6009c7c1366b635b46670657a8a657d0f8b0ca5b. --- rspec-expectations/Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rspec-expectations/Changelog.md b/rspec-expectations/Changelog.md index 4368b0467..290101fc8 100644 --- a/rspec-expectations/Changelog.md +++ b/rspec-expectations/Changelog.md @@ -9,6 +9,8 @@ Bug Fixes: * Properly format expected in the description of the `be_within` matcher. (Jon Rowe, #1185) * Remove warning when using keyword arguments with `be_` and `have_` matchers on 2.7.x (Jon Rowe, #1187) +* Prevent formatting a single hash as a list of key value pairs in default failure messages + for custom matches (fixes formatting in `EnglishPhrasing#list`). (Robert Eshleman, #1193) ### 3.9.2 / 2020-05-08 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.1...v3.9.2)