Author: Christian Hofstaedtler <zeha@debian.org>
Forwarded: not-needed
Description: Test suite: Remove load path modifications
 Adding ../ext to the load path causes the tests to load an extension
 linked to the wrong Ruby version when building for multiple Ruby
 versions. This (obviously) causes the interpreter to crash.

Index: ruby-patron/spec/spec_helper.rb
===================================================================
--- ruby-patron.orig/spec/spec_helper.rb
+++ ruby-patron/spec/spec_helper.rb
@@ -33,8 +33,6 @@ require 'rspec'
 # to fail with another exception
 RSpec::Expectations.configuration.warn_about_potential_false_positives = false
 
-$:.unshift(File.dirname(__FILE__) + '/../lib')
-$:.unshift(File.dirname(__FILE__) + '/../ext')
 require 'patron'
 
 Dir['./spec/support/**/*.rb'].each { |fn| require fn }
