From 24b57b102c1992b679f8f8c0fd1a0239289a129b Mon Sep 17 00:00:00 2001 From: kou Date: Fri, 25 Jan 2019 06:49:59 +0000 Subject: Upgrade CSV to 3.0.4 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/csv/test_encodings.rb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'test/csv/test_encodings.rb') diff --git a/test/csv/test_encodings.rb b/test/csv/test_encodings.rb index fcad90e007..01101f1e09 100755 --- a/test/csv/test_encodings.rb +++ b/test/csv/test_encodings.rb @@ -1,14 +1,9 @@ -#!/usr/bin/env ruby -w -# encoding: UTF-8 +# -*- coding: utf-8 -*- # frozen_string_literal: false -# tc_encodings.rb -# -# Created by James Edward Gray II on 2005-10-31. +require_relative "helper" -require_relative "base" - -class TestCSV::Encodings < TestCSV +class TestCSVEncodings < Test::Unit::TestCase extend DifferentOFS def setup -- cgit v1.2.3