YouPlot/test/uplot_test.rb
2020-11-23 13:23:59 +09:00

10 lines
191 B
Ruby

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