jasmine-contrib / grunt-jasmine-node

Grunt task for running jasmine-node
MIT License
67 stars 99 forks source link

make useCoffee option actually work #18

Closed pho3nixf1re closed 11 years ago

pho3nixf1re commented 11 years ago

Fixed the useCoffee option to actually work. The extensions and coffee parameter are not actually used in the jasmine.executeSpecsInFolder method. These are parsed and setup similarly to what I added here in the jasmine-node cli.js file. My recommendation is to look at refactoring this into the executeSpecsInFolder method somehow in the jasmine-node project. For now, this will work.

pho3nixf1re commented 11 years ago

Looks like this was already done and perfected: https://github.com/jasmine-contrib/grunt-jasmine-node/pull/15