mirror of
https://github.com/github/rails.git
synced 2026-02-17 01:21:42 -05:00
Mark Duration test failing with Ruby 1.9
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7648 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -10,11 +10,12 @@ class DurationTest < Test::Unit::TestCase
|
||||
assert_equal '7 days', 1.week.inspect
|
||||
assert_equal '14 days', 1.fortnight.inspect
|
||||
end
|
||||
|
||||
|
||||
def test_minus_with_duration_does_not_break_subtraction_of_date_from_date
|
||||
assert_nothing_raised { Date.today - Date.today }
|
||||
end
|
||||
|
||||
|
||||
# FIXME: ruby 1.9
|
||||
def test_plus_with_time
|
||||
assert_equal 1 + 1.second, 1.second + 1, "Duration + Numeric should == Numeric + Duration"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user