Re: [Rails-core] [3804] causes FixtureClassNotFound for HABTM join tables

2006-03-13 Thread Rick Olson
> The exception will be raised anytime Fixture#find is called. In my > case, it happens during setup because it seems > use_instantiated_fixtures is true ?! More on that in another E-Mail. > > Anyway, I properly configured TestCase, and now everything works with HEAD. > > Thanks ! > -- > François

Re: [Rails-core] [3804] causes FixtureClassNotFound for HABTM join tables

2006-03-13 Thread Francois Beausoleil
2006/3/13, Rick Olson <[EMAIL PROTECTED]>: > What are you trying to do? If this is a habtm, there is no join Load the fixtures on setup. > model, so you shouldn't be calling categories_screenshots(:foo). If > it is a join model that's named differently, then you need to set the > proper fixture

Re: [Rails-core] [3804] causes FixtureClassNotFound for HABTM join tables

2006-03-13 Thread Rick Olson
On 3/13/06, Francois Beausoleil <[EMAIL PROTECTED]> wrote: > http://dev.rubyonrails.org/changeset/3804 > > This test case fails in r3804 and later: > > class CategoriesControllerTest < Test::Unit::TestCase > fixtures :categories_screenshots > > def test_update > ... > end > end > > 11) E

[Rails-core] [3804] causes FixtureClassNotFound for HABTM join tables

2006-03-13 Thread Francois Beausoleil
http://dev.rubyonrails.org/changeset/3804 This test case fails in r3804 and later: class CategoriesControllerTest < Test::Unit::TestCase fixtures :categories_screenshots def test_update ... end end 11) Error: test_update_accepts_screenshot(CategoriesControllerTest): FixtureClassNotFo