Re: [rspec-users] Newbie's question about generated features by cucumber in Rails

2008-10-04 Thread aslak hellesoy
On Sat, Oct 4, 2008 at 6:22 PM, Lian Liming <[EMAIL PROTECTED]> wrote: > Hi all, > > I am new to rspec and trying to use cucumber to learn writingfeatures. > I follow the wiki page > http://github.com/aslakhellesoy/cucumber/wikis/ruby-on-rails to start > my first feature. > > The command "ruby scri

[rspec-users] Newbie's question about generated features by cucumber in Rails

2008-10-04 Thread Lian Liming
Hi all, I am new to rspec and trying to use cucumber to learn writingfeatures. I follow the wiki page http://github.com/aslakhellesoy/cucumber/wikis/ruby-on-rails to start my first feature. The command "ruby script/generate feature Frooble name color description" generates a file "manage_froobles