Description: don't use relative path to require the lib
 otherwise autopkgtests fail as lib/ is removed
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2018-08-19

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,4 @@
-
-require File.expand_path(
-File.join(File.dirname(__FILE__), %w[.. lib ffi-rzmq]))
+require 'ffi-rzmq'
 
 Thread.abort_on_exception = true
 
