File: remove-bundler.patch

package info (click to toggle)
ruby-omniauth-crowd 2.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 38
  • sloc: ruby: 376; xml: 25; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Remove usage of bundler during tests
Author: Pirate Praveen <praveen@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,5 +1,3 @@
-require 'bundler/setup'
-Bundler.setup
 require 'rack/test'
 require 'webmock'
 require 'webmock/rspec'