aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/lint_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/test/cases/lint_test.rb')
-rw-r--r--activemodel/test/cases/lint_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activemodel/test/cases/lint_test.rb b/activemodel/test/cases/lint_test.rb
index 165c353045..ed576a91e2 100644
--- a/activemodel/test/cases/lint_test.rb
+++ b/activemodel/test/cases/lint_test.rb
@@ -1,6 +1,6 @@
require "cases/helper"
-class TestLint < Test::Unit::TestCase
+class TestLint < ActiveModel::TestCase
class CompliantObject
def to_model
self
@@ -47,4 +47,4 @@ class TestLint < Test::Unit::TestCase
def test_errors_full_messages
assert_output(CompliantObject.new, 0, 0, /test_errors_aref/)
end
-end \ No newline at end of file
+end