tableless

Test tableless model in Rails

When I run 'rake test' I get this error: 1) Error: test_the_truth(DetailsThankYouTest): ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: details: DELETE FROM "details" WHERE 1=1 The application runs fine but I cannot write any simple test. How can I disable Rails test to use the table? ...