~ubuntu-branches/ubuntu/vivid/ruby-stringex/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0002-add-minitest-autorun.patch

  • Committer: Package Import Robot
  • Author(s): Youhei SASAKI
  • Date: 2014-05-30 01:15:06 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140530011506-gqmvsja16gwyevdv
Tags: 2.5.2-1
* Imported Upstream version 2.5.2
* Drop obsolete patches
* Update test path: follow upstream changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: Youhei SASAKI <uwabami@gfd-dennou.org>
2
 
Date: Tue, 11 Feb 2014 00:51:09 +0900
3
 
Subject: add minitest/autorun
4
 
 
5
 
Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
6
 
---
7
 
 test/test_helper.rb | 1 +
8
 
 1 file changed, 1 insertion(+)
9
 
 
10
 
--- ruby-stringex.orig/test/test_helper.rb
11
 
+++ ruby-stringex/test/test_helper.rb
12
 
@@ -1,2 +1,3 @@
13
 
+require 'minitest/autorun'
14
 
 require 'test/unit'
15
 
 $: << File.join(File.expand_path(File.dirname(__FILE__)), '../lib')