arichiardi/replumb

Remove force-init! from tests

arichiardi opened this issue · 0 comments

Now that the auto init feature is in, there should not be any need to keep doing:

(defn test-ns-hook []
    (repl/force-init!)
    ...

Therefore we can remove all of them from the tests.