test/test_sys_uname.rb in sys-uname-1.0.0 vs test/test_sys_uname.rb in sys-uname-1.0.1
- old
+ new
@@ -12,10 +12,10 @@
def self.startup
@@host_os = RbConfig::CONFIG['host_os']
end
test "version constant is set to expected value" do
- assert_equal('1.0.0', Uname::VERSION)
+ assert_equal('1.0.1', Uname::VERSION)
end
test "machine singleton method works as expected" do
assert_respond_to(Uname, :machine)
assert_nothing_raised{ Uname.machine }