7 Commits

Author SHA1 Message Date
Thibault Jouan
47455b9c45 Restrict directories watched by guard
If we watch directories like .git or tmp, guard/listen can get very
slow when running tests generating new events, the adapter will have to
process all of them (and potentially search file system for new files).
2015-04-03 20:27:32 +00:00
Thibault Jouan
fdbe19617f Improve Guardfile:
* Prevent cucumber run on start;
* Force rspec to be executed by bundler.
2014-03-31 23:32:26 +00:00
Thibault Jouan
a22a504685 Change guard-rspec config for support files 2014-02-14 00:53:41 +00:00
Thibault Jouan
ddba3eee45 Change guard-rspec config, don't run all after pass 2014-02-14 00:53:30 +00:00
Thibault Jouan
356d778746 Improve guard-rspec config (fail-fast and restart all) 2014-01-08 21:51:07 +00:00
Thibault Jouan
fa2f55e516 Improve cucumber readability in guard (quiet option) 2013-08-01 00:01:19 +00:00
Thibault Jouan
46f992fdb2 Add Guardfile 2013-07-27 13:04:23 +00:00