1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/community/ruby-rmagick/fix-tempfile.patch
2025-04-22 23:47:49 +02:00

13 lines
365 B
Diff

Fix:
NameError:
uninitialized constant Tempfile
# ./spec/rmagick/image_list/write_spec.rb:39:in `block (2 levels) in <top (required)>'
--- a/spec/rmagick/image_list/write_spec.rb
+++ b/spec/rmagick/image_list/write_spec.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+require 'tempfile'
RSpec.describe Magick::ImageList, "#write" do
it "works" do