Displaying 1 result from an estimated 1 matches for "alldataserver_test".
2009 Feb 21
10
Problem with test_truth
...test_truth.
require ''test_helper''
class MyDataTest < ActiveSupport::TestCase
def test_truth
assert true
end
end
this should ok without failures or errors. but it failure:
1) Error:
test_truth(MyDataTest):
ActiveRecord::StatementInvalid: Mysql::Error: Table
''alldataserver_test.members'' doesn''t exist: DELETE FROM `members`
whats here wrong?
i understand table members is not exist in alldataserver_test, but why?
here is a mistake with migration i think, can someone help me?
lg
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~--------...