jwhitley / requirejs-rails-jasmine-template

A step-by-step guide and experimental integration of jasmine-gem and requirejs-rails.
16 stars 8 forks source link

Support for rails 4 and ruby 2? #5

Open DanilloCorvalan opened 11 years ago

DanilloCorvalan commented 11 years ago

Actually it's giving a javascript exception (define is not defined). requirejs is not being loaded. It seems that the .rb helper file and the run.html.erb is not being consider, whatever you change over there is not being applyed when running the tests

mech commented 11 years ago

Also interested to know if it support Rails 4 or not.

alxndr commented 9 years ago

I've got some Jasmine 2 tests running in Rails 4 via requirejs-rails v0.9.5, taking cues from this post by Cina at Spiceworks: