From dada20a62cc112e9bd1076de8d006895783d0b18 Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Fri, 22 Nov 2024 18:55:07 +0100 Subject: [PATCH] don't use vips when running the tests --- spec/dummy/config/environments/test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/dummy/config/environments/test.rb b/spec/dummy/config/environments/test.rb index c9b457a..7d2a64e 100644 --- a/spec/dummy/config/environments/test.rb +++ b/spec/dummy/config/environments/test.rb @@ -32,6 +32,8 @@ # Store uploaded files on the local file system in a temporary directory. config.active_storage.service = :test + + config.active_storage.variant_processor = :mini_magick # Tell Action Mailer not to deliver emails to the real world. # The :test delivery method accumulates sent emails in the