Files
YouPlot/test/uplot_test.rb

8 lines
156 B
Ruby
Raw Normal View History

2020-07-28 23:14:47 +09:00
require 'test_helper'
2020-07-28 23:07:15 +09:00
2020-07-29 11:54:04 +09:00
class UplotTest < Test::Unit::TestCase
2020-07-28 23:07:15 +09:00
def test_that_it_has_a_version_number
2020-07-29 11:54:04 +09:00
assert_kind_of String, ::Uplot::VERSION
2020-07-28 23:07:15 +09:00
end
end