[DRE-commits] [gem2deb] 01/01: dh_ruby(1): fix typo in example for running tests with rake
    Antonio Terceiro 
    terceiro at alioth.debian.org
       
    Wed Aug 14 22:32:47 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gem2deb.
commit ab0010a40e6951344bb0b5befd65832fa136e698
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Aug 15 00:30:49 2013 +0200
    dh_ruby(1): fix typo in example for running tests with rake
---
 bin/dh_ruby |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/dh_ruby b/bin/dh_ruby
index 60dd65c..8aec523 100755
--- a/bin/dh_ruby
+++ b/bin/dh_ruby
@@ -276,7 +276,7 @@ task. gem2deb includes utility test task that makes it easier for you by
 creating a default task automatically. Example:
 
   require 'gem2deb/rake/testtask'
-  Gem2Deb:Rake::TestTask.new do |t|
+  Gem2Deb::Rake::TestTask.new do |t|
     t.test_files = FileList['test/*_test.rb']
   end
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list