Re: [rspec-users] Separating black sheep examples from the rest

2008-09-24 Thread Matt Wynne
On 23 Sep 2008, at 17:11, Ben Mabey wrote: Matt Wynne wrote: So we've got a pretty decent number of specs now, and despite my best efforts, AR is just forcing us down the path of having to use database interaction for some of the model specs. To turn my real database on for individual examp

Re: [rspec-users] Separating black sheep examples from the rest

2008-09-23 Thread Scott Taylor
On Sep 23, 2008, at 11:49 AM, Pat Maddox wrote: Matt Wynne <[EMAIL PROTECTED]> writes: So we've got a pretty decent number of specs now, and despite my best efforts, AR is just forcing us down the path of having to use database interaction for some of the model specs. It's starting to ge

Re: [rspec-users] Separating black sheep examples from the rest

2008-09-23 Thread Matt Wynne
On 23 Sep 2008, at 16:49, Pat Maddox wrote: Matt Wynne <[EMAIL PROTECTED]> writes: So we've got a pretty decent number of specs now, and despite my best efforts, AR is just forcing us down the path of having to use database interaction for some of the model specs. Why don't you put the sp

Re: [rspec-users] Separating black sheep examples from the rest

2008-09-23 Thread Matt Wynne
On 23 Sep 2008, at 16:25, Joseph Wilk wrote: Matt Wynne wrote: So we've got a pretty decent number of specs now, and despite my best efforts, AR is just forcing us down the path of having to use database interaction for some of the model specs. Just out of curiosity, I would be interested to

Re: [rspec-users] Separating black sheep examples from the rest

2008-09-23 Thread Ben Mabey
Matt Wynne wrote: > So we've got a pretty decent number of specs now, and despite my best > efforts, AR is just forcing us down the path of having to use database > interaction for some of the model specs. > > It's starting to get tiring to run all the specs now, which is making > me sad, and makin

Re: [rspec-users] Separating black sheep examples from the rest

2008-09-23 Thread Pat Maddox
Matt Wynne <[EMAIL PROTECTED]> writes: > So we've got a pretty decent number of specs now, and despite my best efforts, > AR is just forcing us down the path of having to use database interaction for > some of the model specs. > > It's starting to get tiring to run all the specs now, which is maki

Re: [rspec-users] Separating black sheep examples from the rest

2008-09-23 Thread Joseph Wilk
Matt Wynne wrote: So we've got a pretty decent number of specs now, and despite my best efforts, AR is just forcing us down the path of having to use database interaction for some of the model specs. Just out of curiosity, I would be interested to know how AR is forcing you to use database inte

[rspec-users] Separating black sheep examples from the rest

2008-09-23 Thread Matt Wynne
So we've got a pretty decent number of specs now, and despite my best efforts, AR is just forcing us down the path of having to use database interaction for some of the model specs. It's starting to get tiring to run all the specs now, which is making me sad, and making me worry about how t