Sha256: 2ddcf05ba70bb0c304b15dc788697d6921d75f9933138fc219e86586f555b418

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/symbol/to_str.rb
#
# Extracted Fri Feb 16 02:00:36 EST 2007
# Project.rb Test Extraction
#

require 'facets/core/symbol/to_str.rb'


  require 'test/unit'

  class TCSymbol < Test::Unit::TestCase

    def test_to_str
      assert_equal( "a", :a.to_str )
      assert_equal( "abc", :abc.to_str )
      assert_equal( '#$%', :'#$%'.to_str )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.8.49 test/lib/facets/core/symbol/test_to_str.rb