Sha256: 99562d833292298e187f24482e3b02d8ca49c53b2c054b0bc71600f905c2b521
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facet/hash/shuffle.rb # # Extracted Wed Jan 25 11:25:39 EST 2006 # Unit Tools Reap Test Extractor # require 'facet/hash/shuffle.rb' require 'test/unit' class TCHash < Test::Unit::TestCase def test_shuffle h = {:a=>1, :b=>2, :c=>3 } assert_nothing_raised { h.shuffle } end def test_shuffle! h = {:a=>1, :b=>2, :c=>3 } assert_nothing_raised { h.shuffle! } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.0.3 | packages/core/test/lib/facet/hash/test_shuffle.rb |