Sha256: 20ec16ab4a8443bbeb30628bdbdf3211f26cca41814d38e908eced77efe44b99

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

require 'helper'

class TestArray < 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

1 entries across 1 versions & 1 rubygems

Version Path
conv-0.0.4 test/test_array.rb