mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-07 10:55:51 +00:00
7 lines
149 B
Ruby
7 lines
149 B
Ruby
require 'test_helper'
|
|
|
|
class WordexpVersionTest < Minitest::Test
|
|
def test_that_it_has_a_version_number
|
|
refute_nil ::Wordexp::VERSION
|
|
end
|
|
end
|