diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-27 10:15:18 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-27 10:15:18 -0400 |
commit | 79c2e7205965d84ad5101ee283d9c61a59e4b649 (patch) | |
tree | 4f4df461dff4da9f7ae18ed7dedaa83ffaf09d42 /src/clojure/contrib/test_contrib.clj | |
parent | cd69d778f5a08810d4b934dbfc08f400ed34146a (diff) |
renamed c.c.expect to c.c.mock, added author/doc metadata
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj index 8402b7ba..e9f58db7 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -20,7 +20,7 @@ [:complex-numbers :fnmap :macro-utils :monads :pprint.pretty :pprint.cl-format :str-utils :shell-out :test-graph :test-dataflow :test-java-utils :test-lazy-seqs - :test-trace :test-jmx :java-utils :expect-test :expect-test.test-adapter-test + :test-trace :test-jmx :java-utils :mock-test :mock-test.test-adapter-test :seq-utils-test]) (def test-namespaces |