Sha256: 8a56c509e30fab4a1577f2db324e77cbc731c79470cdcded9fea1df79a4fee3e
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
require File.expand_path 'test_helper', File.dirname(__FILE__) class TestVersion < MiniTest::Unit::TestCase def test_version assert ArgsParser::VERSION > '0.0.0' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
args_parser-0.1.4 | test/test_version.rb |
args_parser-0.1.3 | test/test_version.rb |