calavera / integrity-growl

Growl notifier for the Integrity continuous integration server

This URL has Read+Write access

integrity-growl / Rakefile
100644 9 lines (8 sloc) 0.227 kb
1
2
3
4
5
6
7
8
9
require 'rubygems'
require 'spec/rake/spectask'
 
Spec::Rake::SpecTask.new(:spec) do |t|
  t.spec_opts = ["--color", "--format", "progress"]
  t.spec_files = Dir['spec/**/*_spec.rb'].sort
  t.libs = ['lib']
  t.rcov = false
end