Closed mgarciaisaia closed 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.
pending
It would be great if it could replace both describe and it, as in rspec.
describe
it
rspec
There's skip to do exactly that.
skip
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
andit
, as inrspec
.