Re: [rspec-users] Cucumber/Webrat fails to find fields when run after specs

2009-02-05 Thread Christopher Bailey
Data before is nothing. I'm not sure why there's data after. I would clear the data before running Cucumber, but after running specs by doing a "rake db:reset" or similar, but it has no effect, because that's the same task that started off the whole thing. I'm running this under CruiseControl and

Re: [rspec-users] Cucumber/Webrat fails to find fields when run after specs

2009-02-05 Thread aslak hellesoy
On Thu, Feb 5, 2009 at 1:43 AM, Christopher Bailey wrote: > On Wed, Feb 4, 2009 at 12:54 PM, aslak hellesoy > wrote: >> >> On Wed, Feb 4, 2009 at 7:21 PM, Christopher Bailey >> wrote: >> > I've been battling the strangest behavior, and hoping someone can shed >> > some >> > light... >> > I am us

Re: [rspec-users] Cucumber/Webrat fails to find fields when run after specs

2009-02-05 Thread Christopher Bailey
I don't use fixtures or have any anywhere. On Wed, Feb 4, 2009 at 11:32 PM, Mark Wilden wrote: > On Wed, Feb 4, 2009 at 11:08 PM, Christopher Bailey > wrote: > >> >> My primary residual concern is that the DB isn't clean after the specs >> run, which means it's not clean for the features/Cucumb

Re: [rspec-users] Cucumber/Webrat fails to find fields when run after specs

2009-02-04 Thread Mark Wilden
On Wed, Feb 4, 2009 at 11:08 PM, Christopher Bailey wrote: > > My primary residual concern is that the DB isn't clean after the specs run, > which means it's not clean for the features/Cucumber run. > Fixtures? ///ark ___ rspec-users mailing list rspec

Re: [rspec-users] Cucumber/Webrat fails to find fields when run after specs

2009-02-04 Thread Christopher Bailey
Just normal Webrat, no Selenium, it's not installed, etc. I've now got things working, although I honestly have no idea what changed that makes it consistently run now. I did update to rspec and rspec-rails 1.1.12, but it still failed for a while after that. My primary residual concern is that th

Re: [rspec-users] Cucumber/Webrat fails to find fields when run after specs

2009-02-04 Thread Mike Gaffney
Are you running selenium or normal webrat (eg config.mode = :rails or config.mode = :selenium)? Christopher Bailey wrote: On Wed, Feb 4, 2009 at 12:54 PM, aslak hellesoy mailto:aslak.helle...@gmail.com>> wrote: On Wed, Feb 4, 2009 at 7:21 PM, Christopher Bailey mailto:ch...@cobaltedg

Re: [rspec-users] Cucumber/Webrat fails to find fields when run after specs

2009-02-04 Thread Christopher Bailey
On Wed, Feb 4, 2009 at 12:54 PM, aslak hellesoy wrote: > On Wed, Feb 4, 2009 at 7:21 PM, Christopher Bailey > wrote: > > I've been battling the strangest behavior, and hoping someone can shed > some > > light... > > I am using RSpec for MVC tests, and then Cucumber for stories/features. > I > >

Re: [rspec-users] Cucumber/Webrat fails to find fields when run after specs

2009-02-04 Thread aslak hellesoy
On Wed, Feb 4, 2009 at 7:21 PM, Christopher Bailey wrote: > I've been battling the strangest behavior, and hoping someone can shed some > light... > I am using RSpec for MVC tests, and then Cucumber for stories/features. I > am new to Cucumber, and recently finished converting our RSpec Story Run

[rspec-users] Cucumber/Webrat fails to find fields when run after specs

2009-02-04 Thread Christopher Bailey
I've been battling the strangest behavior, and hoping someone can shed some light... I am using RSpec for MVC tests, and then Cucumber for stories/features. I am new to Cucumber, and recently finished converting our RSpec Story Runner suite to it. What I'm seeing is that if I clean the database (