chrislloyd / gravtastic

Add Gravatars to your Rubies/Rails!

This URL has Read+Write access

gravtastic / Rakefile
100644 11 lines (8 sloc) 0.224 kb
1
2
3
4
5
6
7
8
9
10
11
require 'mg'
require 'spec/rake/spectask'
 
MG.new('gravtastic.gemspec')
 
Spec::Rake::SpecTask.new('spec') do |t|
  t.spec_opts = ['--options','spec/spec.opts']
  t.spec_files = FileList['spec/**/*.rb']
  # t.rcov = true
end