slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
458 stars 58 forks source link

Example config in run-specs docstring is outdated #111

Closed atroche closed 9 years ago

atroche commented 9 years ago

This tripped me up =) Here's the problematic line: https://github.com/slagyr/speclj/blob/master/src/cljs/speclj/run/standard.cljs#L52

Here's a fix: https://github.com/slagyr/speclj/pull/110

Cheers!