diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-09-27 09:54:43 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-09-27 09:54:43 +0000 |
commit | f3560d5a956f13df0571471c63f05369b85ba67d (patch) | |
tree | edf62d7fc0aca06fffcab9df6667feb3a2548fc3 /activesupport | |
parent | d4e164f670b10b5ba19810a980352c7eec45fa01 (diff) | |
download | rails-f3560d5a956f13df0571471c63f05369b85ba67d.tar.gz rails-f3560d5a956f13df0571471c63f05369b85ba67d.tar.bz2 rails-f3560d5a956f13df0571471c63f05369b85ba67d.zip |
Mark another Duration test failing with Ruby 1.9
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7653 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/core_ext/numeric_ext_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/core_ext/numeric_ext_test.rb b/activesupport/test/core_ext/numeric_ext_test.rb index a773339b29..321f8165f4 100644 --- a/activesupport/test/core_ext/numeric_ext_test.rb +++ b/activesupport/test/core_ext/numeric_ext_test.rb @@ -13,6 +13,7 @@ class NumericExtTimeAndDateTimeTest < Test::Unit::TestCase } end + # FIXME: ruby 1.9 def test_units @seconds.each do |actual, expected| assert_equal expected, actual |