File: fix_build_tests.patch

package info (click to toggle)
ruby-delorean 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 144 kB
  • ctags: 14
  • sloc: ruby: 242; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: fix require of spec tests for DEP8 autopkgtests
Author: Jonas Genannt <jonas.genannt@capi2name.de>
Forwarded: not-needed

--- a/spec/delorean_spec.rb
+++ b/spec/delorean_spec.rb
@@ -1,6 +1,6 @@
 require 'rubygems'
 require 'active_support/all'
-require File.expand_path("../lib/delorean", File.dirname(__FILE__))
+require 'delorean'
 
 describe Delorean do