From f3560d5a956f13df0571471c63f05369b85ba67d Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 27 Sep 2007 09:54:43 +0000 Subject: 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 --- activesupport/test/core_ext/numeric_ext_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') 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 -- cgit v1.2.3