ghostwheel

Hassle-free clojure.spec, automatic generative testing, side effect detection, and evaluation tracing for Clojure(-Script) – https://github.com/gnl/ghostwheel
2019-07-13T18:33:37.009Z

Hi all. I'm using Shadow-cljs on a CLJS app. It's my first time trying out ghostwheel. My gspecs in my core namespace are detected and tested on every reload, but no other namespace seems to be detected. Any ideas what I might be doing wrong?

2019-07-13T18:58:58.010200Z

Ah, I hadn't gotten to the tip about passing quoted ns symbols to g/check

gnl 2019-07-14T11:59:27.000300Z

My guess would have been ns metadata caching issue, but this works too. 🙂 That requirement is eased in the next version although quoted is still considered the "proper" way.