Skip to content

Commit

Permalink
Added Gem Testers support
Browse files Browse the repository at this point in the history
  • Loading branch information
joealba committed Feb 15, 2011
1 parent 8a38036 commit 97c4617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file added .gemtest
Empty file.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -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

0 comments on commit 97c4617

Please sign in to comment.