File: test_helper.rb_editing.patch

package info (click to toggle)
ruby-timecop 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 176 kB
  • sloc: ruby: 1,310; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove requirements on bundler and rubygems in testsuite
Author: Nandaja Varma <nandaja.varma@gmail.com>
Forwarded: not-needed
Last-Update: 2022-07-18
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,7 +1,4 @@
-require 'bundler/setup'
 require 'minitest/autorun'
-require 'minitest/rg'
-require 'pry'
 
 $VERBOSE = true # enable ruby warnings