Skip to content

Commit

Permalink
update docs for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Aug 29, 2012
1 parent adbaf3c commit 3b85e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGES and TODO

2012-August-?? / 0.1.0
2012-August-30 / 0.1.0

* Macros: `deftest` `testing` `is`
* Special macros: `thrown?` `thrown-with-msg?`
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ You can also use this library to write JVM-specific and CLJS-specific tests.
For ClojureScript testing this library should be used in conjunction with
[lein-cljsbuild](https://github.com/emezeske/lein-cljsbuild).

Leiningen dependency: `[clip-test "0.1.0-SNAPSHOT"]` (not on Clojars yet)
On Clojars: On Clojars: https://clojars.org/clip-test

Leiningen dependency: `[clip-test "0.1.0"]`

Supported Clojure versions: 1.2, 1.3, 1.4, 1.5

Expand Down

0 comments on commit 3b85e4a

Please sign in to comment.