[LRUG] Speeding up Cucumber
Scott Matthewman
scott at matthewman.net
Fri Mar 14 09:53:10 PDT 2014
> Zeus works OK with rspec, rake, console etc. but we failed
> to get it to work properly with guard (which I consider quite
> useful for true TDD).
I have zeus and guard running together. What works for me (in a Rails 3.2 app):
* specify zeus in the Gemfile (not normally needed)
* in the Guardfile, use guard-rspec's :cmd parameter to run rspec
through zeus, e.g. `cmd: "zeus rspec --color"`
S
More information about the Chat
mailing list