YouPlot/test/uplot_test.rb

12 lines
198 B
Ruby
Raw Normal View History

2020-07-28 22:07:15 +08:00
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