Sha256: ff8c069ae115c9ad51240a7b3d8a255c3096220454c4c3baaa6a714ddcbc3675
Contents?: true
Size: 169 Bytes
Versions: 3
Compression:
Stored size: 169 Bytes
Contents
require File.expand_path 'test_helper', File.dirname(__FILE__) class TestVersion < MiniTest::Test def test_version assert ArgsParser::VERSION > '0.0.0' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
args_parser-0.2.0 | test/test_version.rb |
args_parser-0.1.6 | test/test_version.rb |
args_parser-0.1.5 | test/test_version.rb |