Require topic model rather than assume another test has already.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2415 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper 2005-09-30 00:58:26 +00:00
parent 110360f858
commit 093a87d1a3
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
require 'abstract_unit'
require 'fixtures/topic'
class ThreadedConnectionsTest < Test::Unit::TestCase
self.use_transactional_fixtures = false