wordexp/test/wordexp/version_test.rb
Sami Samhuri fb1bc1a910
Implement the most basic API possible
There are no options exposed to Ruby yet.
2022-01-16 18:22:54 -08:00

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