icy-arctic-fox / spectator

Feature-rich testing framework for Crystal inspired by RSpec.
https://gitlab.com/arctic-fox/spectator
MIT License
101 stars 4 forks source link

Fix mocking example in README.md #52

Closed stufro closed 1 year ago

stufro commented 1 year ago

When running the full example from the Mocks and Doubles section, the following error occurs from the last line of the example:

Error: Undefined local variable or method 'thing'

I realised that this should actually be dbl, changing it to this makes the test pass.

icy-arctic-fox commented 1 year ago

:facepalm: Ugh, nice catch.