mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
13 lines
365 B
Diff
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
|