Re: [rspec-users] Using Cucumber with latest Webrat

2008-12-04 Thread Andrew Premdas
But doesn't work with the webrat gem 2008/12/4 Stephen Veit <[EMAIL PROTECTED]> > Jim Gay wrote: > > On Dec 2, 2008, at 10:42 AM, aslak hellesoy wrote: > >> vendor/plugins/rspec > >> This occurred at line 4 in webrat_steps.rb > >> > >> > >> I just (1 hour ago) incorporated some recent Cucumber c

Re: [rspec-users] Using Cucumber with latest Webrat

2008-12-04 Thread Stephen Veit
Jim Gay wrote: > On Dec 2, 2008, at 10:42 AM, aslak hellesoy wrote: >> vendor/plugins/rspec >> This occurred at line 4 in webrat_steps.rb >> >> >> I just (1 hour ago) incorporated some recent Cucumber changes from >> Bryan (who writes Webrat) and released cucumber 0.1.11. >> Can you try with the

Re: [rspec-users] Using Cucumber with latest Webrat

2008-12-02 Thread Jim Gay
On Dec 2, 2008, at 10:42 AM, aslak hellesoy wrote: On Tue, Dec 2, 2008 at 4:25 PM, Stephen Veit <[EMAIL PROTECTED]> wrote: I added cucumber to my rails project using the following commands: git submodule add git://github.com/aslakhellesoy/cucumber.git \ vendor/plugins/cucumber ruby script/gen

Re: [rspec-users] Using Cucumber with latest Webrat

2008-12-02 Thread aslak hellesoy
On Tue, Dec 2, 2008 at 4:25 PM, Stephen Veit <[EMAIL PROTECTED]> wrote: > I added cucumber to my rails project using the following commands: > > git submodule add git://github.com/aslakhellesoy/cucumber.git \ > vendor/plugins/cucumber > ruby script/generate cucumber > git submodule add git://gith

[rspec-users] Using Cucumber with latest Webrat

2008-12-02 Thread Stephen Veit
I added cucumber to my rails project using the following commands: git submodule add git://github.com/aslakhellesoy/cucumber.git \ vendor/plugins/cucumber ruby script/generate cucumber git submodule add git://github.com/brynary/webrat.git \ vendor/plugins/webrat git submodule add git://github.