YouPlot/test/uplot_test.rb
2020-09-19 00:08:09 +09:00

10 lines
187 B
Ruby

# frozen_string_literal: true
require 'test_helper'
class UplotTest < Test::Unit::TestCase
def test_that_it_has_a_version_number
assert_kind_of String, ::Uplot::VERSION
end
end