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