开发者

Autotest stalls when launched

开发者 https://www.devze.com 2023-01-17 08:44 出处:网络
I\'m trying to get a Rails (version 2.3.5) app set up to run RSpec and Autotest. I\'ve got both rspec (1.2.9) and rspec-rails (1.2.9) vendored as plugins in the app. I then have ZenTest 4.4.0, Autote

I'm trying to get a Rails (version 2.3.5) app set up to run RSpec and Autotest.

I've got both rspec (1.2.9) and rspec-rails (1.2.9) vendored as plugins in the app. I then have ZenTest 4.4.0, Autotest (4.3.2) and Autotest Rails (4.1.0) gems installed.

Whenever I run the aut开发者_如何学JAVAotest command in the app, all I get is this:

loading autotest/rails
style: Rails

And then it just sits there and never actually runs any of the test.


Try running autospec instead of autotest

0

精彩评论

暂无评论...
验证码 换一张
取 消