Description: Do not use require_relative to lib within spec
Forwarded-Upstream: https://github.com/prawnpdf/prawn/pull/1176
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2020-09-07

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -9,7 +9,7 @@
   end
 end
 
-require_relative '../lib/prawn'
+require 'prawn'
 
 Prawn.debug = true
 Prawn::Fonts::AFM.hide_m17n_warning = true
