jasmine / jasmine-gem

Jasmine ruby gem
682 stars 275 forks source link

`rake jasmine` no longer has access to application assets in Rails 4.1.0.beta1 #191

Closed neo-tahi closed 10 years ago

neo-tahi commented 10 years ago

We're trying Rails 4.1.0.beta1 and we're using jasmine-gem from Github. When running rake jasmine and running the specs in the browser, we note that our application's assets aren't being loaded:

screen shot 2014-02-05 at 10 05 04 am

As a result, all specs fail.