File: remove_bundle.patch

package info (click to toggle)
ruby-model-tokenizer 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: ruby: 245; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Nitesh A Jain <niteshjain92@gmail.com>
Date: Mon, 16 Dec 2024 19:00:49 -0300
Subject: Remove bundler from test/helper.rb

Forwarded: No
Last-Update: 2024-12-16
---
 test/helper.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/helper.rb b/test/helper.rb
index 5d7aef3..630c5bf 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,6 +1,3 @@
-require "bundler/setup"
-require 'coveralls'
-Coveralls.wear!
 
 require "active_record"