Displaying 1 result from an estimated 1 matches for "tp_approval_step".
2010 Dec 12
5
Fixtures and unit tests - no such file to load
Hello all,
I''m having some issues with my test fixtures and unit tests and am
hoping somebody has an idea about how to fix it.
Background:
I have a table in my legacy database called tp_approval_step.
For this table I have a fixture called tp_approval_step.yml
I have a model called ApprovalProcessStep that uses set_table_name
''tp_approval_step''
In my test file, ApprovalProcessStepTest, I have used
set_fixture_class :tp_approval_step => ApprovalProcessStep
Now whenever I ru...