Updates to README.

This commit is contained in:
Paul Stadig 2014-03-26 21:12:02 -04:00
parent 8ad500acf4
commit 113ec545d9
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,13 @@
#+STARTUP: hidestars showall
* Humane test output for clojure.test
Instead of this:
To use this library, include it in your dev profile:
: [pjstadig/humane-test-output "0.1.0"]
To activate it you will need to require ~pjstadig.humane-test-output~. One
way to do this would be to have a ~user.clj~ file in your test classpath that
has ~(require 'pjstadig.humane-test-output)~ in it.
Once it is activated, instead of this:
: FAIL in (a-test) (humane_test_output_test.clj:7)
: FIXME, I fail.
: expected: (= {:foo :bar, :baz :quux, :something "a long string?", :another-key "and another value"} {:fo :bar, :baz :quux, :something "a long string?", :another-key "and another value"})

View file

@ -3,4 +3,4 @@
:url "http://github.com/pjstadig/humane-test-output/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]])
:dependencies [[org.clojure/clojure "1.3.0"]])