aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/type/integer_test.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2019-08-02 06:18:19 +0900
committerAkira Matsuda <ronnie@dio.jp>2019-08-02 06:21:14 +0900
commitdd779c9686f49f5ed6dda8ad5a1cb3b0788e1dd4 (patch)
tree797506f4a715a3185ed6625433b8489c04b70c0c /activemodel/test/cases/type/integer_test.rb
parent89399ed88ce2e88581401109a6e57ddca03554ea (diff)
downloadrails-dd779c9686f49f5ed6dda8ad5a1cb3b0788e1dd4.tar.gz
rails-dd779c9686f49f5ed6dda8ad5a1cb3b0788e1dd4.tar.bz2
rails-dd779c9686f49f5ed6dda8ad5a1cb3b0788e1dd4.zip
No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f
Diffstat (limited to 'activemodel/test/cases/type/integer_test.rb')
-rw-r--r--activemodel/test/cases/type/integer_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/test/cases/type/integer_test.rb b/activemodel/test/cases/type/integer_test.rb
index 6c02c01237..79bd7ee95d 100644
--- a/activemodel/test/cases/type/integer_test.rb
+++ b/activemodel/test/cases/type/integer_test.rb
@@ -5,7 +5,7 @@ require "active_support/core_ext/numeric/time"
module ActiveModel
module Type
- class IntegerTest < ActiveModel::TestCase
+ class IntegerTest < ActiveSupport::TestCase
test "simple values" do
type = Type::Integer.new
assert_nil type.cast("")