Skip to content

Commit

Permalink
Remove clojure snapshot dep from test project.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Feb 13, 2011
1 parent c962312 commit ff58079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_projects/sample/test/test_nom_nom_nom.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
(defn f [x]
(.list x))

(deftest should-use-1.1.0-SNAPSHOT
(is (= "1.1.0-master-SNAPSHOT" (clojure-version)))
(deftest should-use-1.1.0
(is (= "1.1.0" (clojure-version)))
(f (java.io.File. "/tmp")))

0 comments on commit ff58079

Please sign in to comment.