Sha256: ab13115568480a922770991d52fd3d97b27c343d99f24040f9d78b5b5439dbb9
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/array/rand_index.rb # # Extracted Tue Jun 20 15:12:26 EDT 2006 # Unit Tools Reap Test Extractor # require 'facets/core/array/rand_index.rb' require 'test/unit' class TCArray < Test::Unit::TestCase def test_rand_index 10.times { i = [1,2,3].rand_index assert( (0..2).include?(i) ) } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.4.2 | test/lib/facets/core/array/test_rand_index.rb |