diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-09-21 10:50:36 -0600 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-09-21 10:50:36 -0600 |
commit | dac7d0d046bb07a061cbaf6bb526ff96bf73bc1d (patch) | |
tree | da284733d91dc7310d3aecfc3b3c7bb2585291d6 /activemodel/test/cases | |
parent | 821d67cdf71dfe9f28d6cc2756c5a0379c5b1b08 (diff) | |
download | rails-dac7d0d046bb07a061cbaf6bb526ff96bf73bc1d.tar.gz rails-dac7d0d046bb07a061cbaf6bb526ff96bf73bc1d.tar.bz2 rails-dac7d0d046bb07a061cbaf6bb526ff96bf73bc1d.zip |
Fix another implicit dependency of the AM test suite
Hopefully this is the last one
Diffstat (limited to 'activemodel/test/cases')
-rw-r--r-- | activemodel/test/cases/types_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |