Displaying 1 result from an estimated 1 matches for "keywords_raw".
Did you mean:
keywords_r
2006 Aug 11
1
unit tests / table names
I recently underwent a (forced) schema change and had to change my "Keyword"
class''s table name to "keywords_raw". Changing this in the model was no
problem. All my existing unit tests obviously assumed everything was named
"keywords" so I''m trying to change things to work, but I can''t figure out
the right combo. I''ve tried changing the fixture and unit test name t...