[DRE-commits] [SCM] ruby-activesupport-3.2.git branch, master, updated. debian/3.2.13-3-2-gf2ca6b7

Praveen Arimbrathodiyil praveen at debian.org
Wed Jun 5 13:58:17 UTC 2013


The following commit has been merged in the master branch:
commit 369b7391e2165c8b19cd0234ab8ec8e0eea39edf
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Jun 5 19:27:05 2013 +0530

    port to minitest

diff --git a/debian/patches/port-to-minitest.patch b/debian/patches/port-to-minitest.patch
new file mode 100644
index 0000000..36fdc5d
--- /dev/null
+++ b/debian/patches/port-to-minitest.patch
@@ -0,0 +1,13 @@
+Description: use minitest instead of test/unit
+Author: Praveen Arimbrathodiyil <praveen at debian.org>
+Source: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709431#20
+Last-update: 2013-06-05
+
+--- a/lib/active_support/test_case.rb
++++ b/lib/active_support/test_case.rb
+@@ -1,4 +1,4 @@
+-require 'test/unit/testcase'
++require 'minitest'
+ require 'active_support/testing/setup_and_teardown'
+ require 'active_support/testing/assertions'
+ require 'active_support/testing/deprecation'
diff --git a/debian/patches/series b/debian/patches/series
index 3247ab7..fdd9151 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 allow-newer-i18n-versions
+port-to-minitest.patch

-- 
ruby-activesupport-3.2.git



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