comparison vendor/plugins/gravatar/.svn/text-base/Rakefile.svn-base @ 22:40f7cfd4df19

* Update to SVN trunk rev 4173
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 24 Sep 2010 14:06:04 +0100
parents 513646585e45
children
comparison
equal deleted inserted replaced
14:1d32c0a0efbf 22:40f7cfd4df19
4 desc 'Default: run all specs' 4 desc 'Default: run all specs'
5 task :default => :spec 5 task :default => :spec
6 6
7 desc 'Run all application-specific specs' 7 desc 'Run all application-specific specs'
8 Spec::Rake::SpecTask.new(:spec) do |t| 8 Spec::Rake::SpecTask.new(:spec) do |t|
9 t.rcov = true 9 # t.rcov = true
10 end 10 end
11 11
12 desc "Report code statistics (KLOCs, etc) from the application" 12 desc "Report code statistics (KLOCs, etc) from the application"
13 task :stats do 13 task :stats do
14 RAILS_ROOT = File.dirname(__FILE__) 14 RAILS_ROOT = File.dirname(__FILE__)