From dac7d0d046bb07a061cbaf6bb526ff96bf73bc1d Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Mon, 21 Sep 2015 10:50:36 -0600 Subject: Fix another implicit dependency of the AM test suite Hopefully this is the last one --- activemodel/test/cases/types_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activemodel') diff --git a/activemodel/test/cases/types_test.rb b/activemodel/test/cases/types_test.rb index 0bb971fa39..f937208580 100644 --- a/activemodel/test/cases/types_test.rb +++ b/activemodel/test/cases/types_test.rb @@ -1,5 +1,6 @@ require "cases/helper" require "active_model/type" +require "active_support/core_ext/numeric/time" module ActiveModel class TypesTest < ActiveModel::TestCase -- cgit v1.2.3