Sha256: adb0c1f27ab4a4c90feb22078508c91961ecafdee08a2f8c93ed95e4c07224a2
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facet/string/rand_index.rb # # Extracted Wed Jan 25 11:25:39 EST 2006 # Unit Tools Reap Test Extractor # require 'facet/string/rand_index.rb' require 'test/unit' class TCString < Test::Unit::TestCase def test_rand_index 10.times { assert( (0..2).include?( 'abc'.rand_index ) ) } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.0.3 | packages/core/test/lib/facet/string/test_rand_index.rb |