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?
source
share