Sha256: 601f10cd83de2273fc8fc8282fefc3bab4d4fd7c2af0d11d2ce109846c76e527
Contents?: true
Size: 213 Bytes
Versions: 3
Compression:
Stored size: 213 Bytes
Contents
require 'helper' class TestConv < Test::Unit::TestCase context "An array" do setup do @ar = [1,2,3,4,5] end should "respond to rand" do assert @ar.respond_to?('rand') end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
conv-0.0.3 | test/test_array.rb |
conv-0.0.2 | test/test_array.rb |
conv-0.0.1 | test/test_conv.rb |