aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/type/value_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/test/cases/type/value_test.rb')
-rw-r--r--activemodel/test/cases/type/value_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/test/cases/type/value_test.rb b/activemodel/test/cases/type/value_test.rb
index 55b5d9d584..6edacb9833 100644
--- a/activemodel/test/cases/type/value_test.rb
+++ b/activemodel/test/cases/type/value_test.rb
@@ -4,7 +4,7 @@ require "cases/helper"
module ActiveModel
module Type
- class ValueTest < ActiveModel::TestCase
+ class ValueTest < ActiveSupport::TestCase
def test_type_equality
assert_equal Type::Value.new, Type::Value.new
assert_not_equal Type::Value.new, Type::Integer.new