Skip to content

Commit

Permalink
adopt latest test.generative
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
  • Loading branch information
stuarthalloway committed Feb 9, 2013
1 parent f4d7871 commit 37c2868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>test.generative</artifactId>
<version>0.2.0</version>
<version>0.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion test/clojure/test_clojure/numbers.clj
Expand Up @@ -15,7 +15,7 @@
(:use clojure.test
[clojure.test.generative :exclude (is)]
clojure.template)
(:require [clojure.test.generative.generators :as gen]))
(:require [clojure.data.generators :as gen]))


; TODO:
Expand Down

0 comments on commit 37c2868

Please sign in to comment.