# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facet/symbol/underscore.rb # # Extracted Wed Jan 25 11:25:39 EST 2006 # Unit Tools Reap Test Extractor # require 'facet/symbol/underscore.rb' require 'test/unit' class TCSymbol < Test::Unit::TestCase def test_underscore assert_equal( :tis_a_test, :TisATest.underscore ) end end