Works now due to lazy doubles

This commit is contained in:
Michael Miller 2022-03-30 19:13:14 -06:00
parent 1327d74040
commit a8e55e32d2
No known key found for this signature in database
GPG key ID: 32B47AE8F388A1FF

View file

@ -1,9 +1,9 @@
require "../spec_helper" require "../spec_helper"
Spectator.describe "GitHub Issue #30" do Spectator.describe "GitHub Issue #30" do
# let(dbl) { double(:foo) } let(dbl) { double(:foo) }
xit "supports block-less symbol doubles", pending: "Mock redesign" do it "supports block-less symbol doubles" do
expect(dbl).to_not be_nil expect(dbl).to_not be_nil
end end
end end