testdouble / grunt-jasmine-bundle

A "spec" grunt task for Jasmine that includes a standard pack of helpers (jasmine-given, jasmine-stealth, jasmine-only). Uses minijasminenode.
6 stars 4 forks source link

Need a new version that updates jasmine-stealth to 0.0.16 #9

Closed tandrewnichols closed 9 years ago

tandrewnichols commented 9 years ago

jasmine-stealth 0.0.16 has that fix for conditional stubbing overrides, that's not a part of this package now.

searls commented 9 years ago

package.json has "jasmine-stealth": "~0.0.13" -- delete and reinstall to upgrade yours?

tandrewnichols commented 9 years ago

Oh good call. I must've overlooked the tilde. Thanks.