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

Updated `rake spec:javascript` so it doesn't short circuit #200

Closed jason-o-matic closed 7 years ago

jason-o-matic commented 7 years ago

Updated rake spec:javascript so it doesn't short circuit a chain of rake tasks by using exec.

Fixes https://github.com/searls/jasmine-rails/issues/199

searls commented 7 years ago

History of this file using system vs. exec:

searls commented 7 years ago

Going to merge this blind in hopes that c1352e9ae46643b66df0c1100f80fd76ab0e478d saves us from intermittent phantomjs failures

searls commented 7 years ago

Landed in 0.14.0