mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Restore support library for only test files that are digest and csv.
This commit is contained in:
parent
f9a2440866
commit
9f275f7971
3 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ require "test/unit"
|
|||
|
||||
require "csv"
|
||||
|
||||
require_relative "../../tool/lib/with_different_ofs.rb"
|
||||
require_relative "../lib/with_different_ofs"
|
||||
|
||||
module Helper
|
||||
def with_chunk_size(chunk_size)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: false
|
||||
require 'test/unit'
|
||||
require 'digest'
|
||||
require_relative '../../tool/lib/with_different_ofs.rb'
|
||||
require_relative '../lib/with_different_ofs'
|
||||
|
||||
class TestDigestExtend < Test::Unit::TestCase
|
||||
extend DifferentOFS
|
||||
|
|
Loading…
Reference in a new issue