File: remove-bundler.patch

package info (click to toggle)
ruby-omniauth-azure-oauth2 0.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: ruby: 339; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Remove usage of bundler in tests
Author: Balasankar C <balasankarc@autistici.org>
Last-Update: 2016-01-14
---
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 @@
-require File.join('bundler', 'setup')
-require 'rspec'
\ No newline at end of file
+require 'rspec'