Description: use require statement in test helper
Author: Cédric Boutillier
Last-Update: 2025-01-27
Forwarded: not-needed

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -2,7 +2,7 @@ require_relative 'coverage_helper'
 
 $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
 
-require_relative  '../lib/tilt'
+require 'tilt'
 Tilt.extract_fixed_locals = true
 
 ENV['MT_NO_PLUGINS'] = '1' # Work around stupid autoloading of plugins
