# File test/test_config.rb, line 34 def test_value_type assert_kind_of(String, $SRCDIR) assert_kind_of(Fixnum, $NICE) assert_equal(0, $NICE) end