aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/type/float_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/test/cases/type/float_test.rb')
-rw-r--r--activemodel/test/cases/type/float_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/test/cases/type/float_test.rb b/activemodel/test/cases/type/float_test.rb
index 230a8dda32..2b2c99b8ce 100644
--- a/activemodel/test/cases/type/float_test.rb
+++ b/activemodel/test/cases/type/float_test.rb
@@ -4,7 +4,7 @@ require "cases/helper"
module ActiveModel
module Type
- class FloatTest < ActiveModel::TestCase
+ class FloatTest < ActiveSupport::TestCase
def test_type_cast_float
type = Type::Float.new
assert_equal 1.0, type.cast("1")