Sha256: 6ac7dccf349f901ab3ca6356ac47c57f3d459900b1cf8f11e18cfb687992fe39

Contents?: true

Size: 171 Bytes

Versions: 7

Compression:

Stored size: 171 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper.rb'

class TestSmallCage < Test::Unit::TestCase

  def setup
  end
  
  def test_truth
    assert true
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
bluemark-smallcage-0.1.3 test/test_smallcage.rb
smallcage-0.1.1 test/test_smallcage.rb
smallcage-0.0.8 test/test_smallcage.rb
smallcage-0.1.2 test/test_smallcage.rb
smallcage-0.1.3 test/test_smallcage.rb
smallcage-0.0.9 test/test_smallcage.rb
smallcage-0.1.0 test/test_smallcage.rb