deprecate colon-less syntax, add check command

This commit is contained in:
David Dollar
2011-01-27 16:14:43 -08:00
parent 977c80ffdd
commit 6b7d5e5161
9 changed files with 73 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ end
Rspec::Core::RakeTask.new("rcov:build") do |t|
t.pattern = 'spec/**/*_spec.rb'
t.rcov = true
t.rcov_opts = [ "--exclude", Gem.default_dir , "--exclude", "spec" ]
t.rcov_opts = [ "--exclude", ".bundle", "--exclude", "spec" ]
end
desc 'Build the manual'