File: 001_remove-bundler.patch

package info (click to toggle)
ruby-test-after-commit 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 36
  • sloc: ruby: 439; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Remove bundler setup gem (spec tests)
Author: Sebastien Badia <seb@sebian.fr>
Forwarded: not-needed
Last-Update: 2015-12-20

--- ruby-test-after-commit-0.4.2.orig/spec/spec_helper.rb
+++ ruby-test-after-commit-0.4.2/spec/spec_helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 require File.expand_path '../database', __FILE__
 I18n.enforce_available_locales = false