We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba6719 commit 6957188Copy full SHA for 6957188
Changelog.md
@@ -13,6 +13,8 @@ Bug Fixes:
13
* Fix `ActiveRecord::TestFixture#uses_transaction` by using example description
14
to replace example name rather than example in our monkey patched
15
`run_in_transaction?` method. (Stan Lo, #2495)
16
+* Prevent keyword arguments being lost when methods are invoked dynamically
17
+ in controller specs. (Josh Cheek, #2509, #2514)
18
19
### 5.0.1 / 2021-03-18
20
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1)
0 commit comments