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

Implement xdescribe #16

Closed helpermethod closed 9 years ago

helpermethod commented 9 years ago

If xdescribe is set all specs belonging to the suite should be skipped. When a new describe is encountered or another file is evaluated skipping should be disabled.

helpermethod commented 9 years ago

Introduce a skip=false global variable.