slagyr / speclj

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

New core API macros: focus-describe & focus-context #173

Closed mdwhatcott closed 2 years ago

mdwhatcott commented 2 years ago

These functions are analogous to focus-it but have wider scope. Using them causes all descendant components to be 'focused'.

See https://github.com/slagyr/speclj/pull/171 for introductory work on focus-it.