I recently upgraded to Rails 4.1
Im using the gem 'jasmine-rails', which is working fine by itself.
I am also trying to use gem 'jasmine-jquery-rails' to load fixtures, but am unable to load it (jasmine simply doesnt recognise the jasmine-jquery functions). I added "jasmine-jquery.js" to my jasmine yml file.
I also tried adding the file directly into my app/javascripts/assets folder, and changing the jasmine.yml file to
src_dir: "app/assets/javascripts"
src_files:
- "application.{js.coffee,js,coffee}"
- "jasmine-jquery.js"
but it still will not load jasmine-jquery.
Any thoughts?