File: remove-bundler.patch

package info (click to toggle)
ruby-spring-watcher-listen 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: ruby: 144; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
We should use apt to install dependencies

--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,6 +1,5 @@
 $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
 
-require "bundler/setup"
 require File.dirname(Gem::Specification.find_by_name("spring").loaded_from) + "/test/support/test"
 require "minitest/autorun"