Remove unused gem test task

This commit is contained in:
Erik Michaels-Ober 2012-03-06 15:57:02 -08:00
parent de59454742
commit 1e2da7bca9
1 changed files with 0 additions and 9 deletions

View File

@ -11,15 +11,6 @@ rescue Bundler::BundlerError => e
exit e.status_code
end
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/test_*.rb'
test.verbose = true
end
task :default => :test
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""