File: bundler

package info (click to toggle)
ruby-browser 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 660 kB
  • ctags: 575
  • sloc: ruby: 3,447; makefile: 17
file content (19 lines) | stat: -rw-r--r-- 692 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Remove bundler dependency
 Remove need of bundler while running tests.
Author: Balasankar C <balasankarc@autistici.org>
Forwarded: not-needed
Last-Update: 2015-05-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: ruby-browser/test/test_helper.rb
===================================================================
--- ruby-browser.orig/test/test_helper.rb
+++ ruby-browser/test/test_helper.rb
@@ -3,7 +3,6 @@ require "codeclimate-test-reporter"
 CodeClimate::TestReporter.start
 
 ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
-require "bundler/setup"
 require "minitest/autorun"
 require "minitest/utils"
 require "browser"