testdouble / jasmine-rails

A Jasmine runner for rails projects that's got you covered in both the terminal and the browser
http://rubygems.org/gems/jasmine-rails
MIT License
378 stars 154 forks source link

Jruby issue with rake task #177

Closed pironim closed 8 years ago

pironim commented 8 years ago

I have jruby 1.7.16.1 and when I call bundle exec rake:javascript it does not show spec results. Results appear only for RAILS_ENV=test bundle exec rake:javascript

I do not test it on other ruby versions !

I think MRI ruby should work without my fix The problem with jruby and how it working only exec (current process replacement) work as expected

here is my fix

P.S. I have jasmine-core (2.0.2) without this bug.. and it appear when I upgrade gem to latest