ror on ubuntu10 -- autotest_Ruby_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > Ruby > ror on ubuntu10 -- autotest

ror on ubuntu10 -- autotest

 2011/1/2 10:31:02  zealotds  http://zealotds.javaeye.com  我要评论(0)
  • 摘要:InstallAutotest:[sudo]geminstallautotest-v4.4.6[sudo]geminstallautotest-rails-pure-v4.1.2TimeStampPlugin:[sudo]geminstalltimestamp#addthefollowinglineto~/.autotestrequire'autotest/timestamp'RunAutotestinyourprojectfolder
  • 标签:Ubuntu

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.
发表评论
用户名: 匿名