integrity / integrity-campfire forked from bryanl/integrity-campfire

Campfire notifier for the Integrity continuous integration server — Read more

This URL has Read+Write access

integrity-campfire / 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/campfire_test.rb"
end
 
begin
  require "mg"
  MG.new("integrity-campfire.gemspec")
rescue LoadError
end