Re: [rspec-users] Running Cucumber with a Rails Rake task

2008-10-19 Thread Ben Emson
line number of > the first Given and run: > > script/cucumber --line 41 --require features/steps > features/path/to/my.feature > > Zach > > > On Sat, Oct 18, 2008 at 4:33 PM, Ben Emson <[EMAIL PROTECTED]> wrote: >> demo Rake file works, but I'm not sur

[rspec-users] Running Cucumber with a Rails Rake task

2008-10-18 Thread Ben Emson
Hi All I've just started experimenting with Cucumber and its great. However I wasn't quite sure how I should integrate it into my Rails application. What I would like to do is set my Rails app up so that I can run a Cucumber rake task using the standard Rails Rake system. I've looked through the