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

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