Sha256: e5f5edd89a93ac6f448bf6309c239355df874e7938f067dccecd8348b84d4219
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/array/rand_subset.rb # # Extracted Fri Feb 16 02:00:37 EST 2007 # Project.rb Test Extraction # require 'facets/core/array/rand_subset.rb' require 'test/unit' class TCArray < Test::Unit::TestCase def test_rand_subset 10.times { a = [1,2,3,4].rand_subset assert( a.size <= 4 ) } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.8.49 | test/lib/facets/core/array/test_rand_subset.rb |