Added a note to the sample app to explain that it's used in the tests.

This commit is contained in:
Phil Hagelberg 2010-03-07 14:14:29 -08:00
parent 1ea20ac740
commit 80dfecef82

View file

@ -1,3 +1,7 @@
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".
(defproject nomnomnom "0.5.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.1.0-master-SNAPSHOT"]
[rome/rome "0.9"]