mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-09 11:15:52 +00:00
7 lines
142 B
Ruby
7 lines
142 B
Ruby
require 'test_helper'
|
|
|
|
class WordexpTest < Minitest::Test
|
|
def test_that_it_has_a_version_number
|
|
refute_nil ::Wordexp::VERSION
|
|
end
|
|
end
|