File: spec_helper.rb.patch

package info (click to toggle)
ruby-thinking-sphinx 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,360 kB
  • ctags: 1,084
  • sloc: ruby: 12,142; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- ruby-thinking-sphinx-3.1.4.orig/spec/spec_helper.rb
+++ ruby-thinking-sphinx-3.1.4/spec/spec_helper.rb
@@ -1,7 +1,3 @@
-require 'rubygems'
-require 'bundler'
-
-Bundler.require :default, :development
 
 root = File.expand_path File.dirname(__FILE__)
 require "#{root}/support/multi_schema"