clojure-expectations / lein-autoexpect

Run expecations when source or test files change
103 stars 12 forks source link

Does not handle specifying multiple test/src paths in project.clj #1

Closed jakemcc closed 12 years ago

jakemcc commented 12 years ago

:test-path ["test" "other-test-dir"] does not work if specified in a project.clj file.

jakemcc commented 12 years ago

Talked to people who know Leiningen better than me. Looks like this is a Leiningen 2 thing. Going to wait till I start supporting that to fix this.