diff options
author | Rolf Timmermans <r.timmermans@voormedia.com> | 2011-03-13 16:24:18 +0100 |
---|---|---|
committer | Rolf Timmermans <r.timmermans@voormedia.com> | 2011-03-13 17:03:31 +0100 |
commit | 36313430fa76fa79fd4da27daf5c018389aaff60 (patch) | |
tree | e3589f95e0a047201bb8ef41fe743b97ab809c82 /activesupport | |
parent | 47871b025e2205c9686ab1a20464cb4fac98cd74 (diff) | |
download | rails-36313430fa76fa79fd4da27daf5c018389aaff60.tar.gz rails-36313430fa76fa79fd4da27daf5c018389aaff60.tar.bz2 rails-36313430fa76fa79fd4da27daf5c018389aaff60.zip |
Missing dependency for duration test.
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/core_ext/duration_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/core_ext/duration_test.rb b/activesupport/test/core_ext/duration_test.rb index c0b529d9f8..c8312aa653 100644 --- a/activesupport/test/core_ext/duration_test.rb +++ b/activesupport/test/core_ext/duration_test.rb @@ -1,4 +1,5 @@ require 'abstract_unit' +require 'active_support/inflector' require 'active_support/time' require 'active_support/json' |