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 5ca2b8e commit 8f62948Copy full SHA for 8f62948
Changelog.md
@@ -10,6 +10,9 @@ Enhancements:
10
form is deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, #2673)
11
* Add `send_email` matcher to match emails rather than specific jobs.
12
(Andrei Kaleshka, #2670)
13
+* When using `render` in view specs, `:locals` will now be merged into the
14
+ default implicit template, allowing `render locals: {...}` style calls.
15
+ (Jon Rowe, #2686)
16
17
Bug Fixes:
18
0 commit comments