File: remove-bundler.patch

package info (click to toggle)
ruby-redis-rails 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 124 kB
  • ctags: 4
  • sloc: ruby: 31; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: remove bundler
 debian specific
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2015-07-08

Index: ruby-redis-rails-4.0.0/test/test_helper.rb
===================================================================
--- ruby-redis-rails-4.0.0.orig/test/test_helper.rb
+++ ruby-redis-rails-4.0.0/test/test_helper.rb
@@ -1,4 +1,4 @@
-require 'bundler/setup'
+#require 'bundler/setup'
 require 'minitest/autorun'
 require 'mocha/setup'
 require 'redis-rails'