File: remove-bundler.patch

package info (click to toggle)
ruby-minitest-utils 0.2.4%2Bdebian-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: ruby: 355; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Description: Remove bundler dependency during tests
Author: Balasankar C <balasankarc@autistici.org>
Last-Update: 2015-09-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,3 +1,2 @@
-require 'bundler/setup'
 require 'minitest/utils'
 require 'minitest/autorun'