这里有我同事Michael Bleigh写的一篇介绍Guard的Blog(需翻墙),供大家参考:http://intridea.com/
2011/8/25/hire-a-guard-for-your-project
推荐给大家试试。
--
--
微群:http://q.weibo.com/793783
--
You received this message because you are subscribed to the Google
Groups "Rails Wednesday" group.
To post to this group, send email to rail...@googlegroups.com
To unsubscribe from this group, send email to
railswed+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/railswed?hl=en?hl=en
:version => 1 # force use RSpec version 1, default: 2 :cli => "-c -f doc" # pass arbitrary RSpec CLI arguments, default: "-f progress" :bundler => false # don't use "bundle exec" to run the RSpec command, default: true :rvm => ['1.8.7', '1.9.2'] # directly run your specs on multiple Rubies, default: nil :notification => false # don't display Growl (or Libnotify) notification after the specs are done running, default: true :all_after_pass => false # don't run all specs after changed specs pass, default: true :all_on_start => false # don't run all the specs at startup, default: true :keep_failed => false # don't keep failed specs until they pass, default: true :run_all => { :cli => "-p" } # override any option when running all specs :spec_paths => ["spec/"] # specify an array of paths that contain spec files