mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
7 lines
142 B
Ruby
7 lines
142 B
Ruby
require "test_helper"
|
|
|
|
class ExampleTest < Minitest::Test
|
|
def test_that_it_has_a_version_number
|
|
refute_nil ::Example::VERSION
|
|
end
|
|
end
|