mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +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__)
|
||||
require 'uplot'
|
||||
|
||||
require 'minitest/autorun'
|
||||
require 'test/unit'
|
||||
|
@ -1,11 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class UplotTest < Minitest::Test
|
||||
class UplotTest < Test::Unit::TestCase
|
||||
def test_that_it_has_a_version_number
|
||||
refute_nil ::Uplot::VERSION
|
||||
end
|
||||
|
||||
def test_it_does_something_useful
|
||||
assert false
|
||||
assert_kind_of String, ::Uplot::VERSION
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user