`
zealotds
  • 浏览: 122045 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

ror on ubuntu10 -- autotest

    博客分类:
  • ror
阅读更多

Install Autotest:

[sudo] gem install autotest -v 4.4.6
[sudo] gem install autotest-rails-pure -v 4.1.2



TimeStamp Plugin:
[sudo] gem install timestamp

# add the following line to ~/.autotest
require 'autotest/timestamp'



Run Autotest in your project folder:
Autotest will not stop until you Ctrl-C twice, monitoring your file changes and execute the tests continually.
Timestamp plugin will display the waiting time for you

autotest


Notes
We don't need redgreen plugin here, since new version of Autotest has already had that feature.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics