Re: [rspec-users] Testing Rails Associations

2007-07-06 Thread Daniel N
On 7/6/07, Daniel N <[EMAIL PROTECTED]> wrote: > > > > On 7/6/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On 7/3/07, Daniel N <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I'm very new to rspec, so if this is not the right forum please let me > > > know. > > > > > > I'm starting to spec

Re: [rspec-users] Testing Rails Associations

2007-07-06 Thread Daniel N
On 7/6/07, David Chelimsky <[EMAIL PROTECTED]> wrote: On 7/3/07, Daniel N <[EMAIL PROTECTED]> wrote: > Hi, > > I'm very new to rspec, so if this is not the right forum please let me > know. > > I'm starting to spec my models first in an existing rails app, porting from > a mix of Test::Unit, a

Re: [rspec-users] Testing Rails Associations

2007-07-06 Thread David Chelimsky
On 7/3/07, Daniel N <[EMAIL PROTECTED]> wrote: > Hi, > > I'm very new to rspec, so if this is not the right forum please let me > know. > > I'm starting to spec my models first in an existing rails app, porting from > a mix of Test::Unit, and simply_bdd amongst others. > > I'm at the point where