Description: Add missing include on pathname
Author: Simon Quigley <tsimonq2@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2026-03-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -24,6 +24,7 @@ end
 
 require "memoizable"
 require "rspec"
+require "pathname"
 
 # Require spec support files and shared behavior
 Pathname.glob(Pathname(__dir__).join("{shared,support}", "**",
