mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
Change the test directory from uplot to youplot
This commit is contained in:
9
test/youplot_test.rb
Normal file
9
test/youplot_test.rb
Normal 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
|
||||
Reference in New Issue
Block a user