marick / Midje

Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing
MIT License
1.68k stars 128 forks source link

Update doc to mention proper meta #469

Closed rborer closed 4 years ago

rborer commented 4 years ago

To use expose-testables functions must have the :testable meta and not :private.

philomates commented 4 years ago

cool, thanks for the patch!