mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/with_different_ofs.rb: move into test library directory.
* test/csv/base.rb: fix require path for with_different_ofs.rb. * test/digest/test_digest_extend.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4af87bd672
commit
767358108e
4 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Thu Jun 26 18:18:28 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* test/with_different_ofs.rb: move into test library directory.
|
||||
* test/csv/base.rb: fix require path for with_different_ofs.rb.
|
||||
* test/digest/test_digest_extend.rb: ditto.
|
||||
|
||||
Thu Jun 26 18:06:50 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* test/profile_test_all.rb: move into test library directory.
|
||||
|
|
|
@ -2,7 +2,7 @@ require "test/unit"
|
|||
|
||||
require "csv"
|
||||
|
||||
require_relative "../with_different_ofs.rb"
|
||||
require_relative "../lib/with_different_ofs.rb"
|
||||
|
||||
class TestCSV < Test::Unit::TestCase
|
||||
end
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'test/unit'
|
||||
require 'digest'
|
||||
require_relative '../with_different_ofs.rb'
|
||||
require_relative '../lib/with_different_ofs.rb'
|
||||
|
||||
class TestDigestExtend < Test::Unit::TestCase
|
||||
extend DifferentOFS
|
||||
|
|
Loading…
Reference in a new issue