Skip to content

Instantly share code, notes, and snippets.

@halgari
Created August 1, 2012 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halgari/3223305 to your computer and use it in GitHub Desktop.
Save halgari/3223305 to your computer and use it in GitHub Desktop.
tim@tim-desktop:~/clj-lobapp$ ~/bin/lein midje
>>> Output from clojure.test tests:
FAIL in (a-test) (core_test.clj:7)
FIXME, I fail.
expected: (= 0 1)
actual: (not (= 0 1))
>>> clojure.test summary:
Ran 1 tests containing 1 assertions.
1 failures, 0 errors.
>>> Midje summary:
All claimed facts (0) have been confirmed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment