Rename uplot to youplot

This commit is contained in:
kojix2
2020-11-23 13:09:16 +09:00
parent d85be56521
commit e831fa93f4
17 changed files with 50 additions and 52 deletions

View File

@@ -2,8 +2,8 @@
require 'test_helper'
class UplotTest < Test::Unit::TestCase
class YouPlotTest < Test::Unit::TestCase
def test_that_it_has_a_version_number
assert_kind_of String, ::Uplot::VERSION
assert_kind_of String, ::YouPlot::VERSION
end
end