问题
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 pass. Then accidentally delete application.js file and run the tests, they still pass. Please help me to find out why. Thanks so much.
PS: if you downvote my question, please at least tell me why. I have been searching for answers but couldn't find one.
回答1:
Try with
rake assets:clobber
This will remove compiled assets and clean them.
来源:https://stackoverflow.com/questions/40417482/why-capypara-rspect-tests-still-pass-even-though-i-delete-application-js-file