Sha256: a95bff6400f4dc9b1387d92c5d88643a1b3a442035dac79c4063773fda294b34

Contents?: true

Size: 476 Bytes

Versions: 2

Compression:

Stored size: 476 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facet/symbol/to_str.rb
#
# Extracted Mon Mar 13 13:24:08 UTC 2006
# Unit Tools Reap Test Extractor
#

require 'facet/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

2 entries across 2 versions & 1 rubygems

Version Path
facets-1.1.0 test/lib/facet/symbol/test_to_str.rb
facets-1.2.0 test/lib/facet/symbol/test_to_str.rb