public
Description: Official GitHub Services Integration
Homepage: http://github.com/blog/53-github-services-ipo
Clone URL: git://github.com/pjhyett/github-services.git
pjhyett (author)
Tue Nov 03 17:00:53 -0800 2009
commit  6b560a1e4b53174f49eac1a138efa17573f82ff5
tree    42fb008bf6acb08ab229e5cc05944d886f231c4e
parent  4b41c93e017e5465aac0cbf90ee5c2f79b688b22
github-services / Rakefile
100644 9 lines (6 sloc) 0.193 kb
1
2
3
4
5
6
7
8
9
require 'spec/rake/spectask'
 
Spec::Rake::SpecTask.new('spec') do |t|
  t.spec_opts = ['--options', "spec/spec.opts"]
  t.spec_files = FileList['spec/**/*_spec.rb']
end
 
task :default => :spec