mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
12 lines
198 B
Ruby
12 lines
198 B
Ruby
require 'test_helper'
|
|
|
|
class UplotTest < Minitest::Test
|
|
def test_that_it_has_a_version_number
|
|
refute_nil ::Uplot::VERSION
|
|
end
|
|
|
|
def test_it_does_something_useful
|
|
assert false
|
|
end
|
|
end
|