Sha256: c64ae591f25ef12f3a34b406ab8dfcfcfc2b942f8abf38f071de34871f3fdd03
Contents?: true
Size: 493 Bytes
Versions: 1
Compression:
Stored size: 493 Bytes
Contents
########################################################### # tc_version.rb # # The sole purpose of this test case is to verify the # version. This reduces the pain of having separate tests # for the VERSION constant in every single test case. ########################################################### require "sys/cpu" require "test/unit" include Sys class TC_Sys_CPU_VERSION < Test::Unit::TestCase def test_version assert_equal('0.6.0', CPU::VERSION) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sys-cpu-0.6.0-mswin32 | test/tc_version.rb |