[DRE-commits] [gem2deb] 01/02: remove unwanted negation in a test description

Cédric Boutillier boutil at moszumanska.debian.org
Thu May 29 20:33:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch fill-in-itp-number-if-present
in repository gem2deb.

commit 0a71966abbe41c4dc8503ca8f851b20984e75f38
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu May 29 14:33:03 2014 +0200

    remove unwanted negation in a test description
---
 test/unit/dh_make_ruby_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/unit/dh_make_ruby_test.rb b/test/unit/dh_make_ruby_test.rb
index 0bdf905..c946d48 100644
--- a/test/unit/dh_make_ruby_test.rb
+++ b/test/unit/dh_make_ruby_test.rb
@@ -30,7 +30,7 @@ class DhMakeRubyTest < Gem2DebTestCase
     assert_equal 'ruby-foo', Gem2Deb::DhMakeRuby.new('foo_ruby-1.2.3.tar.gz').source_package_name
   end
 
-  should 'not use #nnnn if no ITP bug exists' do
+  should 'use #nnnn if no ITP bug exists' do
       @dh_make_ruby = Gem2Deb::DhMakeRuby.new('ruby_foo-1.2.3.tar.gz')
       @dh_make_ruby.stubs(:wnpp_check).returns('')
       assert_equal @dh_make_ruby.itp_bug, '#nnnn'

-- 
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