File: 03-fix-library-path.patch

package info (click to toggle)
ruby-secure-headers 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 480 kB
  • sloc: ruby: 3,328; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix Library Path
 Fix the path for secure_headers in spec_helper.rb
Author: Abhijith PA <abhijith@openmailbox.org>
Forwarded: not-needed
Last-Update: 2017-08-02

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -6,7 +6,7 @@
 Coveralls.wear!
 require 'securerandom'
 
-require File.join(File.dirname(__FILE__), "..", "lib", "secure_headers")
+require 'secure_headers'