I'm currently working through the Midje tutorial: https://github.com/marick/Midje/wiki/A-tutorial-introduction
I load the repl using cider-jack-in
and can successfully run (autotest)
which runs the tests.
However, when I change either the source or test files (and save them), the repl doesn't trigger a reload of the files and re-run the tests.
The reload works fine if I run the REPL from the command line.
I'm running Cider 0.8.1 nREPL 0.2.6 Clojure 1.4.0 on Windows 7.
Has anyone else had a problem with getting the REPL in Cider to work correctly with autotest and get it to rerun the tests when the source/test files are changed?