This looks neat Brian!
People who find this useful may also like a similar lib I wrote that provides
mocking tools at a single function level: https://github.com/glenjamin/q
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send
Clojure protocols are a great way to encapsulate operations with side
effects, but suffer from a lack of general test tooling. Shrubbery provides
a small set of basic building blocks for working with them:
* stub, which accepts a protocol and a hashmap of functions and returns an
implementation w