File: remove_rubygems_stuff.patch

package info (click to toggle)
ruby-googlecharts 1.6.12-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 244 kB
  • sloc: ruby: 1,188; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove rubygems stuff from spec/spec_helper
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Last-Update: 2011-05-08
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1 @@
-begin
-  require 'rspec'
-rescue LoadError
-  require 'rubygems'
-  gem 'rspec'
-  require 'rspec'
-end
+require 'rspec'