Re: [rspec-users] has_many_polymorphs is breaking my spec file

2008-03-05 Thread Max Williams
no, just the ruby forum. I'll try the rails list next. thanks On 05/03/2008, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 5, 2008 at 7:53 AM, Max Williams > > <[EMAIL PROTECTED]> wrote: > > > Hmm, the results are exactly the same, down to the error message. And, > as > > before, i

Re: [rspec-users] has_many_polymorphs is breaking my spec file

2008-03-05 Thread David Chelimsky
On Wed, Mar 5, 2008 at 7:53 AM, Max Williams <[EMAIL PROTECTED]> wrote: > Hmm, the results are exactly the same, down to the error message. And, as > before, if i remove the has_many_polymorphs declaration there's no problem. > > So its not rspec's fault. But i'm still no closer to finding out wh

Re: [rspec-users] has_many_polymorphs is breaking my spec file

2008-03-05 Thread Max Williams
Hmm, the results are exactly the same, down to the error message. And, as before, if i remove the has_many_polymorphs declaration there's no problem. So its not rspec's fault. But i'm still no closer to finding out what it is about my has_many_polymorphs declaration that the tests don't like. :

Re: [rspec-users] has_many_polymorphs is breaking my spec file

2008-03-05 Thread David Chelimsky
On Wed, Mar 5, 2008 at 4:40 AM, Max Williams <[EMAIL PROTECTED]> wrote: > Hey folks > > I have a bunch of classes that are polymorphs, with has_many_polymorphs > (they are all 'labellable', which is similar to being 'taggable' in the > acts_as_taggable scheme). I have a couple of modules, > Labell

[rspec-users] has_many_polymorphs is breaking my spec file

2008-03-05 Thread Max Williams
Hey folks I have a bunch of classes that are polymorphs, with has_many_polymorphs (they are all 'labellable', which is similar to being 'taggable' in the acts_as_taggable scheme). I have a couple of modules, LabellableInstanceMethods and LabellableClassMethods in a file called labellable_methods.