search for: user_question_response

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

2006 Jun 02
7
Unit Tests crashing out for a table without an ID
I''m having problems unit testing my model- I have a kind of quiz functionality user table and a question table and a user_question_response table that contains the id for the user, the id for the question and the user''s response. The user_question_response has it''s own model belongs_to/has_many with users and questions and it works fine in the actual application but when I try to do any unit-testing of my User mod...