mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[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:
parent
e151a2ff8e
commit
38ef537ce0
Notes:
git
2023-05-24 16:44:38 +00:00
6 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ require_relative "helper"
|
|||
|
||||
class TestCSVEncodings < Test::Unit::TestCase
|
||||
extend DifferentOFS
|
||||
include Helper
|
||||
include CSVHelper
|
||||
|
||||
def setup
|
||||
super
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue