What is the difference between cucumber and rake oucumber?
Are there any preferences regarding what to use? I seem to hear that the rake challenge is a bit slower ...
I believe that the command rake cucumberstarts rake db:test:prepare, while just the start is cucumbernot executed (in this case, you may get unexpected results).
rake cucumber
rake db:test:prepare
cucumber