2
我有這樣的.autotest:軌道中的自動測試如何運行集成測試?
Autotest.add_hook :initialize do |autotest|
autotest.add_mapping(/^spec\/requests\/.*_spec\.rb$/) do
autotest.files_matching(/^spec\/requests\/.*_spec\.rb$/)
end
end
當我運行自動測試,它最初運行所有的單元和集成(\請求)的測試。然後,當我更改文件時,它只運行其單元測試,而不是集成。
有什麼想法嗎?
謝謝,但我使用Windows和fsevent不可用。任何其他方式無w/o手動ctrl-c? –
看起來像是有一個線程。檢查出:http://stackoverflow.com/questions/2896062/is-there-an-implementation-of-something-like-autotest-fsevent-for-windows – Sean
我做了一些閱讀,它看起來像你可能想要使用守衛和防衛rspec寶石給自己相同的功能。 – Sean