diff options
author | Ben Smith-Mannschott <bsmith.occs@gmail.com> | 2010-08-23 20:59:39 +0200 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-09-03 12:23:36 -0400 |
commit | b356e2ee0bebfa99bf8fcc6da25c748ad9355adb (patch) | |
tree | 433cb8a8eff8503e9f708db9514a4e866dec3ac3 /modules/mock/src/main/clojure | |
parent | dee2466054cf2ff5a845bde70091fbd78b8c1a0e (diff) |
remove deprecated clojure.contrib.test-is
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
Diffstat (limited to 'modules/mock/src/main/clojure')
-rw-r--r-- | modules/mock/src/main/clojure/clojure/contrib/mock.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mock/src/main/clojure/clojure/contrib/mock.clj b/modules/mock/src/main/clojure/clojure/contrib/mock.clj index 4953cd94..6f923a5d 100644 --- a/modules/mock/src/main/clojure/clojure/contrib/mock.clj +++ b/modules/mock/src/main/clojure/clojure/contrib/mock.clj @@ -41,7 +41,7 @@ ;; an error condition function is called with the name of the function ;; being mocked, the expected form and the actual value. These ;; error functions can be overridden to allow easy integration into - ;; test frameworks such as test-is by reporting errors in the function + ;; test frameworks such as clojure.test by reporting errors in the function ;; overrides. ) ;; end comment |