integrity / integrity-irc forked from sr/integrity-irc

IRC notifier for the Integrity continuous integration server

This URL has Read+Write access

sr (author)
Fri Jun 05 03:10:31 -0700 2009
commit  e3d2bd0ae28def3c65e3c9929884e1c85f83f3d0
tree    40dff8d6cba9ccdf094bcdce0b9bb05728c2711f
parent  0ae6c0c70c9893e0793131c5101a61d48ebc4658
integrity-irc / Rakefile
100644 12 lines (9 sloc) 0.155 kb
1
2
3
4
5
6
7
8
9
10
11
12
task :default => :test
 
task :test do
  ruby "test/integrity_irc_test.rb"
end
 
begin
  require "mg"
  MG.new("integrity-irc.gemspec")
rescue LoadError
end