mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Implement arguments case equality
Implements https://github.com/icy-arctic-fox/spectator/issues/47 Some specs are failing and need to be resolved before the new feature is considered done.
This commit is contained in:
parent
0177a678f9
commit
e2130d12d3
3 changed files with 205 additions and 65 deletions
|
@ -11,7 +11,7 @@ Spectator.describe "GitHub Issue #47" do
|
|||
|
||||
let(fake) { mock(Original) }
|
||||
|
||||
xspecify do
|
||||
specify do
|
||||
expect(fake).to receive(:foo).with("arg1", arg2: "arg2")
|
||||
fake.foo("arg1", "arg2")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue