YouPlot/test/uplot_test.rb
2020-07-28 23:14:47 +09:00

12 lines
198 B
Ruby

require 'test_helper'
class UplotTest < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::Uplot::VERSION
end
def test_it_does_something_useful
assert false
end
end