ruby-changes:50544
From: nobu <ko1@a...>
Date: Wed, 7 Mar 2018 16:56:44 +0900 (JST)
Subject: [ruby-changes:50544] nobu:r62684 (trunk): test_date_arith.rb: needs `test_` prefix
nobu 2018-03-07 16:56:40 +0900 (Wed, 07 Mar 2018) New Revision: 62684 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62684 Log: test_date_arith.rb: needs `test_` prefix Modified files: trunk/test/date/test_date_arith.rb Index: test/date/test_date_arith.rb =================================================================== --- test/date/test_date_arith.rb (revision 62683) +++ test/date/test_date_arith.rb (revision 62684) @@ -4,7 +4,7 @@ require 'date' https://github.com/ruby/ruby/blob/trunk/test/date/test_date_arith.rb#L4 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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/