[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.7-9-g5b16cf2

Antonio Terceiro terceiro at softwarelivre.org
Fri Sep 9 16:11:13 UTC 2011


The following commit has been merged in the master branch:
commit e40a0d16f2ae8cd31201268df62acbb3e186ebe7
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Sep 8 22:21:59 2011 -0700

    Rename test_helper samples file

diff --git a/test/test_helper.rb b/test/test_helper.rb
index 77a9009..d449e8d 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -12,7 +12,7 @@ class Gem2DebTestCase < Test::Unit::TestCase
     'ruby1.9.1' => `ruby1.9.1 -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']"`.strip,
   }
 
-  require 'test/helper/samples'
+  require 'test_helper/samples'
   include Gem2DebTestCase::Samples
 
   GEM2DEB_ROOT_SOURCE_DIR = File.expand_path(File.join(File.dirname(__FILE__), '..'))
diff --git a/test/helper/samples.rb b/test/test_helper/samples.rb
similarity index 100%
rename from test/helper/samples.rb
rename to test/test_helper/samples.rb

-- 
gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list