--- ruby-escape-utils-0.2.4.orig/spec/spec_helper.rb
+++ ruby-escape-utils-0.2.4/spec/spec_helper.rb
@@ -1,5 +1,7 @@
 $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
 $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
+$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../ext')
+puts `find -name \*.so`
 
 require 'rspec'
 require 'escape_utils'
