Sha256: 8fe5d477b9a33e8cb73f0060917477d44cb060ce8b1db8494eb87ccf59d9bb31

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/nano/hash/rand_value.rb
#
# Extracted Fri Oct 28 14:20:18 EDT 2005
# Unit Tools Reap Test Extractor
#

require 'nano/hash/rand_value.rb'


  require 'test/unit'

  class TCHash < Test::Unit::TestCase

    def test_rand_value
      h = { :a=>1, :b=>2, :c=>3 }
      10.times { assert( h.values.include?( h.rand_value ) ) }
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-0.9.0 test/lib/nano/hash/test_rand_value.rb