mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix missing keyword arguments after splat
This commit is contained in:
parent
a31ffe3fa3
commit
4dacaab6dc
2 changed files with 7 additions and 3 deletions
|
@ -11,7 +11,7 @@ Spectator.describe "Mock DSL", :smoke do
|
|||
args[1].as(Int32),
|
||||
args[2].as(Int32),
|
||||
},
|
||||
args[3].as(Int32),
|
||||
args[:kwarg].as(Int32),
|
||||
{
|
||||
x: args[:x].as(Int32),
|
||||
y: args[:y].as(Int32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue