FrankyBoy / jasmine-params

Parameterization for jasmine tests
Apache License 2.0
2 stars 1 forks source link

iit and ddescribe no longer supported on jasmine #2

Open RobertoDebarba opened 8 years ago

RobertoDebarba commented 8 years ago

Functions iit and ddescribe is no supported any more on jasmine. See this issue.

On jparams.js, line 66 and 68 this functions are used, throwing the error "ReferenceError: iit is not defined"

FrankyBoy commented 8 years ago

Gotta love if people still find stuff useful I wrote ages ago over a weekend :)

So I take it the syntax now is fit/fdescribe? I'll look into it (if I even remember how to publish new versions).

RobertoDebarba commented 8 years ago

Yes, it's fit and fdescribe.