mumuki / cspec

Small BDD framework for C/C++
GNU General Public License v3.0
106 stars 18 forks source link

pending specs #8

Closed mgarciaisaia closed 9 years ago

mgarciaisaia commented 9 years ago

Implement pending feature to informe that a spec or suite of specs aren't currently passing, but shouldn't make the test fail.

It would be great if it could replace both describe and it, as in rspec.

mgarciaisaia commented 9 years ago

There's skip to do exactly that.