aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/modules_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/modules_test.rb')
-rw-r--r--activerecord/test/modules_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/modules_test.rb b/activerecord/test/modules_test.rb
index f915102eb0..7e4d0f10bc 100644
--- a/activerecord/test/modules_test.rb
+++ b/activerecord/test/modules_test.rb
@@ -1,7 +1,7 @@
require 'abstract_unit'
require 'fixtures/company_in_module'
-class ModulesTest < Test::Unit::TestCase
+class ModulesTest < ActiveSupport::TestCase
fixtures :accounts, :companies, :projects, :developers
def test_module_spanning_associations