From 7a363dd91fff378d2c93b4e27d13b2d4ba985e0d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 7 Mar 2018 07:56:40 +0000 Subject: test_date_arith.rb: needs `test_` prefix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/date/test_date_arith.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3