Sha256: 82158a4094ab6bf02ca1fb7a52b175990cdd6e3da8c08b4122f67b0697714f73
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/array/rand_index.rb # # Extracted Wed Aug 23 18:22:53 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.7.30 | test/lib/facets/core/array/test_rand_index.rb |