ghostwheel 2019-07-25

Hey @clojurians.net, is there any way to get the auto-stubbing “on demand” for doing testing of functions that include side-effect calls…like this: https://clojure.org/guides/spec#_testing in the subsection “Combining check and instrument” (last example in that section).

I have a stubbing library already that can easily let me rebind things, but it’d be nice to be able to get a generated function to put in place of the original…I guess I could see how you do it with “empty body” and dupe that

nvm…I see how to do it relatively easily I think