File: 0002-Fix-tests.patch

package info (click to toggle)
ruby-jekyll-feed 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 280 kB
  • sloc: ruby: 786; xml: 99; sh: 18; makefile: 12
file content (21 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Daniel Leidert <dleidert@debian.org>
Date: Sat, 23 Nov 2019 15:00:28 +0100
Subject: Fix tests.

---
 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 7ea3386..228fc09 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -4,7 +4,7 @@ require "jekyll"
 require "typhoeus" unless Gem.win_platform?
 require "nokogiri"
 require "rss"
-require File.expand_path("../lib/jekyll-feed", __dir__)
+require "jekyll-feed"
 
 Jekyll.logger.log_level = :error