Skip to content

Commit

Permalink
Leiningen, be nice
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 15, 2012
1 parent 745a7a6 commit 5ee0a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
[(:default (:test-selectors project))]
selectors)]
(when (and (not (:test-selectors project)) (some keyword? args))
(throw (Exception. "Must specify :test-selectors in project.clj")))
(throw (Exception. "Please specify :test-selectors in project.clj")))
[nses selectors]))

(defn test
Expand Down

0 comments on commit 5ee0a61

Please sign in to comment.