When running tests automatically with "lein spec -a", the tests sometimes fail to run with an error like this:
java.lang.Exception: namespace 'myproject.foo-bar' not found after loading '/myproject/foo_bar'
... 9 stack levels elided ...
at myproject.baz$eval3504$loading__4784__auto____3505.invoke(baz.clj:1)
[...]
This only happens occasionally on reload and never happens with a plain "lein spec"
When running tests automatically with "lein spec -a", the tests sometimes fail to run with an error like this:
This only happens occasionally on reload and never happens with a plain "lein spec"