Skip to content

Commit fab4c4e

Browse files
authored
Update instructions for Midje
1 parent 354d69d commit fab4c4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Add [![Clojars Project](http://clojars.org/lein-cloverage/latest-version.svg)](h
1111

1212
## Testing frameworks support
1313

14-
This library currently only supports clojure.test. You can get midje to work
15-
by wrapping facts in `deftest` declarations.
14+
Cloverage uses clojure.test by default. If you prefer use midje, pass the `--runner :midje` flag. (In older versions of Cloverage, you had to wrap your midje tests in clojure.test's deftest. This is no longer necessary.)
1615

1716
## Usage
1817

0 commit comments

Comments
 (0)