Re: [rspec-users] TextMate and RSpec

2008-09-24 Thread Mark Wilden
On Wed, Sep 24, 2008 at 9:23 AM, Martin Streicher < [EMAIL PROTECTED]> wrote: > > I have to persist some data in the database to test the interactions > between two of my models. One model has a serial number attribute that is > unique, so it must be entered once and only once. > > rake spec delet

[rspec-users] TextMate and RSpec

2008-09-24 Thread Martin Streicher
I have to persist some data in the database to test the interactions between two of my models. One model has a serial number attribute that is unique, so it must be entered once and only once. rake spec deletes all the data, allowing my tests to pass. . Running rspec under TextMate produc