Skip to content

Commit 757a2f9

Browse files
authored
Merge pull request cloverage#137 from cloverage/update-midje-instrs
Update instructions for Midje
2 parents 605e45e + fab4c4e commit 757a2f9

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)