summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/date/test_date_arith.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/date/test_date_arith.rb b/test/date/test_date_arith.rb
index d0d27d72f7..94822e5764 100644
--- a/test/date/test_date_arith.rb
+++ b/test/date/test_date_arith.rb
@@ -4,7 +4,7 @@ require 'date'
class TestDateArith < Test::Unit::TestCase
- def new_offset
+ def test_new_offset
d = DateTime.new(2002, 3, 14)
assert_equal(Rational(9, 24), d.new_offset(Rational(9, 24)).offset)
assert_equal(Rational(9, 24), d.new_offset('+0900').offset)