Displaying 1 result from an estimated 1 matches for "test_xxx".
Did you mean:
test_kex
2006 Jan 17
2
Rails Unit test Problem
Hi all,
I have a problem with unit test database data reload.
I have several test_xxx function in my ruby unit test file
I would like to know why xxxx.yml containing test data are load only 1 time
for all the test while specification say it done for before each test
method.
Thus my test_xxx are dependant of previous test
This is a mistake, because the specs say the test data are...