Files
YouPlot/test/youplot_test.rb

10 lines
200 B
Ruby
Raw Normal View History

2020-09-19 00:08:09 +09:00
# frozen_string_literal: true
require_relative 'test_helper'
2020-07-28 23:07:15 +09:00
2020-11-23 13:09:16 +09:00
class YouPlotTest < Test::Unit::TestCase
2020-07-28 23:07:15 +09:00
def test_that_it_has_a_version_number
2020-11-23 13:09:16 +09:00
assert_kind_of String, ::YouPlot::VERSION
2020-07-28 23:07:15 +09:00
end
end