File: fix_autopkg_test.patch

package info (click to toggle)
ruby-paint 0.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 204 kB
  • ctags: 31
  • sloc: ruby: 546; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix tests for autopkgtest
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128@gmail.com>
Last-updated: 2016-07-14
Forwarded: not-needed 
Bug: not-needed

Index: ruby-paint/spec/spec_helper.rb
===================================================================
--- ruby-paint.orig/spec/spec_helper.rb
+++ ruby-paint/spec/spec_helper.rb
@@ -1 +1 @@
-require File.dirname(__FILE__) + '/../lib/paint'
+require 'paint'