File: 0001-Skip-bundler-in-tests.patch

package info (click to toggle)
ruby-rails-deprecated-sanitizer 1.0.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 244 kB
  • sloc: ruby: 1,737; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Antonio Terceiro <terceiro@softwarelivre.org>
Date: Thu, 13 Aug 2015 15:26:39 -0300
Subject: Skip bundler in tests

---
 test/test_helper.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test_helper.rb b/test/test_helper.rb
index 0610232..b4a11bd 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 require 'minitest/autorun'
 require 'active_support'
 require 'active_support/test_case'