File: fix_require_path.patch

package info (click to toggle)
ruby-lumberjack 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 956 kB
  • sloc: ruby: 7,957; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix require path
Forwarded: not-needed
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Last-Update: 2017-11-26

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -15,7 +15,7 @@ begin
 rescue LoadError
 end
 
-require_relative "../lib/lumberjack"
+require 'lumberjack'
 
 Lumberjack.raise_logger_errors = true
 Lumberjack.deprecation_mode = :raise