How to start a cucumber rake: wipe zeo?

For my Rails application, I use zeus to speed up development.

For my first function / script, I used zeus cucumberthat worked fine, but now I have 2 functions, and I would like to test only the second function.

Before using zeus, I used to test with rake cucumber:okorrake cucumber:wip

So now I want to run rake cucumber:wipusing zeus

I tried zeus cucumber:wip, but it does not work:

Could not find cucumber: wip

Can anybody help me?

+4
source share
1 answer

zeus cucumber --profile wip - the only way to launch a cucumber with real viability of zeya.

+2
source

All Articles