webs / irccat

irccat is like `cat`, but here, the STDOUT is an IRC channel.

This URL has Read+Write access

irccat / test / test_irc_cat.rb
100644 12 lines (8 sloc) 0.168 kb
1
2
3
4
5
6
7
8
9
10
11
12
require File.dirname(__FILE__) + '/test_helper.rb'
 
class TestIrcCat < Test::Unit::TestCase
 
  def setup
  end
  
  def test_truth
    assert true
  end
end