mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
10 lines
191 B
Ruby
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
|