alexanderjamesking / spy

Clojure/ClojureScript library for stubs, spies and mocks.
MIT License
175 stars 9 forks source link

Protocols using reify #8

Closed alexanderjamesking closed 6 years ago

alexanderjamesking commented 6 years ago

Fixes #6

Spies are now stored as metadata on the instance of the protocol created via reify. Introduced protocol/spies function to simplify access to spies.