File: fix-relative-path.patch

package info (click to toggle)
ruby-grape-logging 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • sloc: ruby: 705; makefile: 6; sh: 3
file content (10 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- 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