File: Bundler-Requirement

package info (click to toggle)
ruby-redis-activesupport 5.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164 kB
  • sloc: ruby: 808; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove bundler requirement
 Remove the bundler dependency from test file.
 .
 ruby-redis-activesupport (4.0.0-1) UNRELEASED; urgency=medium
 .
   * Initial release (Closes: #nnnn)
Author: Balasankar C <balasankarc@autistici.org>


--- ruby-redis-activesupport-4.0.0.orig/test/test_helper.rb
+++ ruby-redis-activesupport-4.0.0/test/test_helper.rb
@@ -1,4 +1,4 @@
-require 'bundler/setup'
+#require 'bundler/setup'
 require 'minitest/autorun'
 require 'mocha/setup'
 require 'active_support'