From a11617e6e4fa5ca536f4ef95787367cfe8872f88 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Wed, 25 Dec 2019 17:34:50 +0000 Subject: [PATCH] Changelog for #2215 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 43b60891ba..95ae9fa7cd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -36,6 +36,8 @@ Bug Fixes: * Add missing require for `have_enqueued_mail` matcher. (Ignatius Reza, #2117) * Prevent `driven_by(:selenium)` being called due to hook precedence. (Takumi Shotoku, #2188) +* Prevent a `WrongScopeError` being thrown during loading fixtures on Rails + 6.1 development version. (Edouard Chin, #2215) Breaking Changes: