mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Cleanup
This commit is contained in:
parent
7e2ec4ee37
commit
b52593dbde
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
require "../spec_helper"
|
require "../spec_helper"
|
||||||
|
|
||||||
# https://gitlab.com/arctic-fox/spectator/-/issues/80#
|
# https://gitlab.com/arctic-fox/spectator/-/issues/80
|
||||||
|
|
||||||
class Item
|
class Item
|
||||||
end
|
end
|
||||||
|
@ -24,6 +24,7 @@ end
|
||||||
Spectator.describe "test2" do
|
Spectator.describe "test2" do
|
||||||
mock Item do
|
mock Item do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "without mock" do
|
it "without mock" do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue