Sha256: 9465deef42d1659f429add1e1e5f1ec84f5d2238cae4673c6fe68657aeb85554

Contents?: true

Size: 493 Bytes

Versions: 1

Compression:

Stored size: 493 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/more/statichash.rb
#
# Extracted Tue Jun 06 09:30:19 EDT 2006
# Unit Tools Reap Test Extractor
#

require 'facets/more/statichash.rb'


  require 'test/unit'

  class TC_StaticHash < Test::Unit::TestCase 

    def setup
      @sh1 = StaticHash.new
    end

    def test_assign
      @sh1["x"] = 1
      assert_raises( ArgumentError ){  @sh1["x"] = 2 }
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.4.1 test/lib/facets/more/test_statichash.rb