helpermethod / bash-specs

A BDD testing framework for Bash inspired by Jasmine and roundup.
GNU General Public License v3.0
12 stars 4 forks source link

Provide before and after functions #5

Closed helpermethod closed 11 years ago

helpermethod commented 12 years ago

Provide before and after functions which perform setup/teardown before/after executing a test suite (in contrast to before_each and after_each which perform setup/teardown before/after each spec).