Sha256: c900d20112906a4a1e81213e244ac15c41a317d9f8fc500e693471b43ce28594

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

require './test/test_helper'

class MyGemTest < MiniTest::Unit::TestCase

  def test_version
    assert_equal '0.1', MyGem::VERSION
  end
    
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gemstone-0.4.1 test/sandbox/test/my_gem_test.rb
gemstone-0.4 test/sandbox/test/my_gem_test.rb
gemstone-0.3 test/sandbox/test/my_gem_test.rb
gemstone-0.2 test/sandbox/test/my_gem_test.rb
gemstone-0.1 test/sandbox/test/my_gem_test.rb