Rename DSVReader to DSV

This commit is contained in:
kojix2
2020-12-21 14:25:52 +09:00
parent d6e1840e58
commit fd7b755c79
4 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@
require_relative '../test_helper'
class YouPlotDSVReaderTest < Test::Unit::TestCase
class YouPlotDSVTest < Test::Unit::TestCase
def setup
@m = YouPlot::DSVReader
@m = YouPlot::DSV
end
test :transpose2 do