1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

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