mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 07:31:12 +08:00
Prepare a test skeleton
This commit is contained in:
parent
4c52564eff
commit
0b72cef7b9
@ -1,4 +1,4 @@
|
|||||||
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
|
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
|
||||||
require 'uplot'
|
require 'uplot'
|
||||||
|
|
||||||
require 'minitest/autorun'
|
require 'test/unit'
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class UplotTest < Minitest::Test
|
class UplotTest < Test::Unit::TestCase
|
||||||
def test_that_it_has_a_version_number
|
def test_that_it_has_a_version_number
|
||||||
refute_nil ::Uplot::VERSION
|
assert_kind_of String, ::Uplot::VERSION
|
||||||
end
|
|
||||||
|
|
||||||
def test_it_does_something_useful
|
|
||||||
assert false
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user