I’ve been using Jasmine to test my Rails application’s javascript code. However, when i run rake jasmine and view the webpage. The stack traces for failed expectations just show the jasmine.js file, not my code. Is there a way to get it to show where my code is failing like in Rspec?
I’ve been using Jasmine to test my Rails application’s javascript code. However, when i
Share
Incase anyone else runs into this issue, i found using the jasmine-headless-webkit gem helps a lot.