atomist-attic / rug

DEPRECATED Runtime for Rugs
GNU General Public License v3.0
53 stars 13 forks source link

BDD tests: provide more info if 'parameters were valid' fails #639

Closed jessitron closed 6 years ago

jessitron commented 7 years ago

My tests results include:

    | ├─┬ parameters were valid: Failed
    | | └── function (p, w) {
    | |         return w.invalidParameters() === null;
    | |     }

Let's make this console.log the contents of invalidParameters, please.

jessitron commented 7 years ago

I'd do it now but I don't have time to tweak or test it.