jasmine-contrib / grunt-jasmine-node

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

Bump jasmine-node version #53

Closed qinnnyul closed 9 years ago

TheJefe commented 10 years ago

I just tested this locally, and it worked :+1: , also, I use junit reporting, and that seems to work too!.

Can we merge? or are there other blockers?

clemler commented 10 years ago

I also tested locally - and it solved the problem. Is there any ETA to get this merged? If not, has anyone already forked and pushed to npm under a different module name? This issue basically prevents us from running any tests on our CI server.

SQiShER commented 10 years ago

This issue basically prevents us from running any tests on our CI server.

Same here. It's been a while since this pull request. Has the project been abandoned?

soswow commented 9 years ago

Looks like that. I am very sad =(

zhigang1992 commented 9 years ago

try replacing version of grunt-jasmine-node in your package.json to

https://github.com/qinnnyul/grunt-jasmine-node/archive/v0.1.1.tar.gz

Should have able to work around it.

rpominov commented 9 years ago

I use fork of this repo with jasmine-node v1.14.5 in package.json, seems to work ok. I guess this can be merged.

I in particular need fresh version of jasmine-node because of this issue https://github.com/mhevery/jasmine-node/issues/268

fiznool commented 9 years ago

I've abandoned this plugin in favour of https://github.com/onury/grunt-jasmine-nodejs instead.