search for: approvalprocesssteptest

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

2010 Dec 12
5
Fixtures and unit tests - no such file to load
...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 run rake test:units I get this error: Unable to load tp_approval_step, underlying cause no such file to load -- tp_approval_step And not only do I get this for the example above, but I get it for every fixtu...