aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-09-21 10:50:36 -0600
committerSean Griffin <sean@seantheprogrammer.com>2015-09-21 10:50:36 -0600
commitdac7d0d046bb07a061cbaf6bb526ff96bf73bc1d (patch)
treeda284733d91dc7310d3aecfc3b3c7bb2585291d6 /activemodel
parent821d67cdf71dfe9f28d6cc2756c5a0379c5b1b08 (diff)
downloadrails-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')
-rw-r--r--activemodel/test/cases/types_test.rb1
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