Sha256: e9576ff900af4e0ef020dcdf98103b9d0d7ee158792565f5236a5eeeb8dc7e9a

Contents?: true

Size: 136 Bytes

Versions: 6

Compression:

Stored size: 136 Bytes

Contents

require 'rubygems'
require 'test/unit'

class TestStreambot < Test::Unit::TestCase
  
  def test_for_truth
    assert true
  end
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
streambot-0.2.5 test/test_streambot.rb
streambot-0.2.4 test/test_streambot.rb
streambot-0.2.3 test/test_streambot.rb
streambot-0.2.2 test/test_streambot.rb
streambot-0.2.1 test/test_streambot.rb
streambot-0.2.0 test/test_streambot.rb