File: fix-relative-path.patch

package info (click to toggle)
ruby-grape-logging 1.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: ruby: 844; makefile: 6; sh: 3
file content (13 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix relative patch.
Last-Update: 2020-03-24

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,6 @@
 $:.unshift '.'
 
-require 'lib/grape_logging'
+require 'grape_logging'
 
 RSpec.configure do |config|
   # rspec-expectations config goes here. You can use an alternate