Sha256: ed1e6547563b3cab2027d8b9a6633f9579edb66d5607656b915c77dda560e34c
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/string/shuffle.rb # # Extracted Wed Aug 23 18:22:52 EDT 2006 # Unit Tools Reap Test Extractor # require 'facets/core/string/shuffle.rb' require 'test/unit' class TCString < Test::Unit::TestCase def test_shuffle assert_nothing_raised { "abc 123".shuffle } #assert_nothing_raised { "abc 123".shuffle! } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.7.30 | test/lib/facets/core/string/test_shuffle.rb |