Description: Remove call to rubygems and path manipulation to load yard
 This is not necessary because gem2deb took care of everything already.
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Last-Update: 2012-05-06

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,11 +1,7 @@
-require "rubygems"
-begin
-  require "rspec"
-rescue LoadError
-  require "spec"
-end
+require "rspec"
 
-require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'yard'))
+#require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'yard'))
+require "yard"
 
 unless defined?(HAVE_RIPPER)
   begin require 'ripper'; rescue LoadError; end
