Sha256: 5c30e0b4432ad435b7c7cc9efe0b233c9e11922749a756b2a0038f8e11ff1b55
Contents?: true
Size: 323 Bytes
Versions: 7
Compression:
Stored size: 323 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) require 'test_helper' class RubyLabsTest < Test::Unit::TestCase def test_00_banner print "\nRubyLabs" end def test_01_arrays a = TestArray.new(10) assert a.length == 10 assert a.include?(a.random(:success)) assert !a.include?(a.random(:fail)) end end
Version data entries
7 entries across 7 versions & 1 rubygems