Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test for the correct clojure version.
  • Loading branch information
tobias committed Mar 26, 2014
1 parent 46e34d5 commit 7c7578c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,4 +19,4 @@
(:use clojure.test))

(deftest bundled-clojure-version
(is (= "1.5.1" (clojure-version))))
(is (= "1.6.0" (clojure-version))))

0 comments on commit 7c7578c

Please sign in to comment.