File: Bundler

package info (click to toggle)
ruby-redis-store 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: ruby: 1,480; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Removing Bundler and pry dependency
 Removing the bundler and pry requirement from the tests.
Author: Balasankar C <balasankarc@autistici.org>
dep3u: 2021-02-14
Forwarded: not-needed

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 require 'minitest/autorun'
 require 'mocha/minitest'
 require 'redis'