mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix test of double name
This commit is contained in:
parent
b3fa2e3bfe
commit
1657d3577d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Spectator.describe "Double DSL" do
|
|||
end
|
||||
|
||||
it "reports the double name" do
|
||||
expect { dbl.baz }.to raise_error(Spectator::UnexpectedMessage, /:baz/)
|
||||
expect { dbl.baz }.to raise_error(Spectator::UnexpectedMessage, /:test/)
|
||||
end
|
||||
|
||||
it "reports the arguments" do
|
||||
|
|
Loading…
Reference in a new issue