I have rails app and have some ajax call in application.js file. O have rspec, capybara, webkit, factorygirl and databasecleaner for testing. I wrote feature tests which all pas
Try with
rake assets:clobber
This will remove compiled assets and clean them.