Change the test directory from uplot to youplot

This commit is contained in:
kojix2
2020-11-25 17:21:01 +09:00
parent 1a3ad9553c
commit 9849898cb1
3 changed files with 2 additions and 2 deletions

9
test/youplot_test.rb Normal file
View File

@@ -0,0 +1,9 @@
# frozen_string_literal: true
require_relative 'test_helper'
class YouPlotTest < Test::Unit::TestCase
def test_that_it_has_a_version_number
assert_kind_of String, ::YouPlot::VERSION
end
end