What is the difference between cucumber and rake oucumber?

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 ...

+3
source share
1 answer

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).

+3
source

All Articles