Hi,
I am trying to use Cucumber for a Rails project on Windows. Unfortunately the time it takes to run a scenario is making BDD impossible. I understand this is largely due to the time taken by Rails to load up under windows. Does anyone have any ideas about how I can speed things up. e.g Is it possible to call Cucumber inside a Rails console to avoid the load up delay.
Cheers.