YouPlot/test/youplot_test.rb

10 lines
200 B
Ruby

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