slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
459 stars 58 forks source link

launch speclj process inside of (:root project) instead of '.' #17

Closed mylesmegyesi closed 12 years ago

mylesmegyesi commented 12 years ago

Added a fix in the leiningen plugin that starts the speclj process inside of the given project's directory instead of in ".". This allows for usage with the lein-sub plugin.