File: 0001-test-helper-skip-bundler-setup.patch

package info (click to toggle)
ruby-activerecord-session-store 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 232 kB
  • ctags: 183
  • sloc: ruby: 1,128; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Antonio Terceiro <terceiro@debian.org>
Date: Tue, 3 Nov 2015 12:03:29 -0200
Subject: test/helper: skip bundler setup

This patch is Debian-specific
---
 test/helper.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/helper.rb b/test/helper.rb
index 704a572..727f17c 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,5 +1,3 @@
-require 'bundler/setup'
-
 require 'active_record'
 require 'action_controller'
 require 'action_dispatch'