mirror of
https://github.com/dkam/openlib.git
synced 2025-12-28 11:14:52 +00:00
12 lines
202 B
Ruby
12 lines
202 B
Ruby
require "test_helper"
|
|
|
|
class OpenlibTest < Minitest::Test
|
|
def test_that_it_has_a_version_number
|
|
refute_nil ::Openlib::VERSION
|
|
end
|
|
|
|
def test_it_does_something_useful
|
|
assert false
|
|
end
|
|
end
|