[ruby/csv] test: rename Helper to CSVHelper

(https://github.com/ruby/csv/pull/278)

Rename it so that in ruby/ruby, the generic name Helper is not used.
This commit is contained in:
Luke Gruber 2023-04-03 17:31:49 -04:00 committed by Nobuyoshi Nakada
parent e151a2ff8e
commit 38ef537ce0
Notes: git 2023-05-24 16:44:38 +00:00
6 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ require_relative "helper"
class TestCSVEncodings < Test::Unit::TestCase
extend DifferentOFS
include Helper
include CSVHelper
def setup
super