Skip to content

Commit

Permalink
Merge pull request #1 from maxweber/master
Browse files Browse the repository at this point in the history
A sensible default
  • Loading branch information
Thomas Engelschmidt committed Jun 9, 2011
2 parents c2a424c + 0902b87 commit 6980802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-lazytest "1.0.2-SNAPSHOT"
(defproject lein-lazytest "1.0.3"
:description "Lein plugin for starting LazyTest watch"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]]
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/lazytest.clj
Expand Up @@ -7,6 +7,6 @@
project
`(do
(require 'lazytest.watch)
(lazytest.watch/start ~(:lazytest-path project)))))
(lazytest.watch/start ~(get project :lazytest-path ["src" "test"])))))


0 comments on commit 6980802

Please sign in to comment.