File: 0001-Fix-test-suite-to-also-work-against-installed-packag.patch

package info (click to toggle)
ruby-gettext-setup 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 8
  • sloc: ruby: 93; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Antonio Terceiro <terceiro@debian.org>
Date: Sat, 27 Aug 2016 15:14:43 -0300
Subject: Fix test suite to also work against installed package

---
 spec/spec_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 21e99eb..60e1c22 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -3,4 +3,4 @@ SimpleCov.start do
   add_filter "/spec/"
 end
 
-require_relative '../lib/gettext-setup'
+require 'gettext-setup'