Added Gem Testers support

This commit is contained in:
Joe Alba 2011-02-15 15:18:37 -05:00
parent 8a3803697f
commit 97c4617af7
2 changed files with 4 additions and 0 deletions

0
.gemtest Normal file
View File

View File

@ -50,3 +50,7 @@ Rake::RDocTask.new do |rdoc|
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end
task :test do
Rake::Task[:spec].invoke
end