[DRE-commits] [SCM] ruby-haml.git branch, master, updated. debian/4.0.3-1-6-gdc9e3e7

Jérémy Bobbio lunar at debian.org
Wed Jun 5 09:55:11 UTC 2013


The following commit has been merged in the master branch:
commit 41f7917985014bb2cf8342a9bf8b5b9acebb9062
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Jun 5 11:36:51 2013 +0200

    Add a patch to avoid using rubygems in tests

diff --git a/debian/patches/no_rubygems_in_tests b/debian/patches/no_rubygems_in_tests
new file mode 100644
index 0000000..84992f3
--- /dev/null
+++ b/debian/patches/no_rubygems_in_tests
@@ -0,0 +1,18 @@
+Author: Jérémy Bobbio <lunar at debian.org>
+Forwarded: no
+Last-Update: 2013-06-05
+Description: do not use rubygems in tests
+
+diff --git a/test/test_helper.rb b/test/test_helper.rb
+index 187efb3..0003d27 100644
+--- a/test/test_helper.rb
++++ b/test/test_helper.rb
+@@ -3,8 +3,6 @@ if ENV["COVERAGE"]
+   SimpleCov.start
+ end
+ 
+-require 'rubygems'
+-gem "minitest"
+ require 'bundler/setup'
+ require 'minitest/autorun'
+ require 'action_pack'
diff --git a/debian/patches/series b/debian/patches/series
index 42802a3..68f71cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 avoid_rake_early_death
+no_rubygems_in_tests

-- 
ruby-haml.git



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