File: test_helper.rb_editing.patch

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