search for: models_b

Displaying 1 result from an estimated 1 matches for "models_b".

Did you mean: model_b
2005 Dec 15
3
Fixtures and table name
...table. However, for each test class I want the data to be in a different state. So I''d like to have something like class ModelATest < Test::Unit::TestCase fixtures :models_a # use file models_a.yml for table models ... end class ModelBTest < Test::Unit::TestCase fixtures :models_b # use file models_b.yml for table models ... end Thanks. Mike