lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.4k stars 185 forks source link

fix(pending) report pending without function argument #636

Closed Tieske closed 4 years ago

Tieske commented 4 years ago

when a pending was added on describe level, without a function argument, it was silently passed by.

replaces #583