dflynn15 / gulp-jasmine-phantom

Gulp plugin to run Jasmine tests with Phantom or mininodejasmine2.
27 stars 30 forks source link

Update Jasmine #38

Closed matheusazzi closed 9 years ago

matheusazzi commented 9 years ago

This gulp task has an outdated version of Jasmine, can you update it to the stable Jasmine 2.3.x ?

dflynn15 commented 9 years ago

I think what would be a better approach is to allow any of the main versions to be used through a flag. A lot of code bases will need to maintain a Jasmine version so that they don't have to rewrite a whole test suite, and it would be more future friendly to expose it as an option.