From 69571886e295672f0457e28c0ef0b6646e747935 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Fri, 13 Aug 2021 22:02:50 +0100 Subject: [PATCH] Changelog for #2509, #2514 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index e268120cb..ddb9defc3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,8 @@ Bug Fixes: * Fix `ActiveRecord::TestFixture#uses_transaction` by using example description to replace example name rather than example in our monkey patched `run_in_transaction?` method. (Stan Lo, #2495) +* Prevent keyword arguments being lost when methods are invoked dynamically + in controller specs. (Josh Cheek, #2509, #2514) ### 5.0.1 / 2021-03-18 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1)