File: remove_bundler.diff

package info (click to toggle)
ruby-omniauth-google-oauth2 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: ruby: 753; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Removing bundler from spec/spec_helper.rb
Author: Nitesh A Jain <niteshjain92@gmail.com>
Forwarded: no
Last-Update: 2013-09-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,4 @@
 # frozen_string_literal: true
 
-require File.join('bundler', 'setup')
+# require File.join('bundler', 'setup')
 require 'rspec'