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
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
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
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
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
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
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
> >
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
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 (