Hey all,
Does anyone know how to disable the cucumber autotest support on a
project? With this commit:
http://github.com/aslakhellesoy/cucumber/commit/93470e2580b5e3cfe0c8eb3fce86e21bf8afa219
The cucumber features are worked into the autotest cycle automatically.
This is cool, but on some projects I don’t think it fits well with my
red->green->refactor cycle. Any ideas on how to disable this on a
per-project basis?
Thanks for any suggestions,
Ben
On Mon, Nov 3, 2008 at 2:14 PM, Ben M. [email protected] wrote:
Hey all,
Does anyone know how to disable the cucumber autotest support on a project?
With this commit:
http://github.com/aslakhellesoy/cucumber/commit/93470e2580b5e3cfe0c8eb3fce86e21bf8afa219
The cucumber features are worked into the autotest cycle automatically.
This is cool, but on some projects I don’t think it fits well with my
red->green->refactor cycle. Any ideas on how to disable this on a
per-project basis?
Ben - can you report this to lighthouse?
David C. wrote:
per-project basis?
Ben - can you report this to lighthouse?
http://rspec.lighthouseapp.com/projects/16211-cucumber/tickets/78-allow-for-disabling-autotest
For right now I just defined an autotest profile in my cucumber.yml that
won’t run any features. If I get some time later I’ll investigate it
more.
-Ben