Kevin Burke
Kevin Burke
Yeah, basically. How many lines total, how many are covered, would probably suffice for now.
Basically I would like to compile assets to tmp/jasmine ahead of time. Alternatively it looks like Jasmine assets are getting compiled to public/assets - would it work to set Jasmine's...
I've messed around with this a lot, and I can get JasmineRails to compile its css/js etc. to my public/assets folder from a Rake task, with RAILS_ENV=test. However, that doesn't...
Ah, it turns out when I compile to public/assets, Sprockets has some trick where it can copy from there to tmp/jasmine/assets very quickly (I think). jasmine-rails still indicates some compilation...