File: remove_bundler.diff

package info (click to toggle)
ruby-omniauth-google-oauth2 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 22
  • sloc: ruby: 705; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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,2 +1,2 @@
-require File.join('bundler', 'setup')
-require 'rspec'
\ No newline at end of file
+#require File.join('bundler', 'setup')
+require 'rspec'