> 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
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
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
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