Hey All,
I'm trying to do the basic test/unit stuff & having trouble w/a dynamic fixture error. I'm running rails 2.0.2 on windows.
I have statuses & projects. Projects belong_to status and so forth.
# statuses.yml =================== active: name: Active description: MyString
# projects.yml =================== one: name: Center for Health Communications Research abbreviation: CHCR description: A collection of 3 projects. grant_number: 8 status_id: <%= statuses(:active).id %> start_date: 2008-03-20 end_date: 2008-03-20