slagyr / speclj

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

around-all: Add characteristics to better-define behaviors, and clean up existing characteristics #129

Closed ryankinderman closed 9 years ago

ryankinderman commented 9 years ago

This commit is a follow-up from 660bd3f; since I added it I felt like I should do a bit of cleanup. I added some behavioral test coverage with after-all interaction and cleaned up the with-all interaction characteristics.

slagyr commented 9 years ago

Merged manually due to major code changes. Looks good. Thanks!