This commit is contained in:
Michael Miller 2022-12-17 16:39:47 -07:00
parent 7e2ec4ee37
commit b52593dbde
No known key found for this signature in database
GPG Key ID: 32B47AE8F388A1FF
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
require "../spec_helper"
# https://gitlab.com/arctic-fox/spectator/-/issues/80#
# https://gitlab.com/arctic-fox/spectator/-/issues/80
class Item
end
@ -24,6 +24,7 @@ end
Spectator.describe "test2" do
mock Item do
end
it "without mock" do
end
end