Why Capypara + Rspect tests still pass even though I delete application.js file?

后端 未结 1 1453
醉梦人生
醉梦人生 2021-01-22 02:06

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

相关标签:
1条回答
  • 2021-01-22 03:05

    Try with

    rake assets:clobber
    

    This will remove compiled assets and clean them.

    0 讨论(0)
提交回复
热议问题