From e1cd660c203d4c85e9e73aa72fae6feff339f756 Mon Sep 17 00:00:00 2001 From: Dombi Attila <83396+dombesz@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:01:13 +0200 Subject: [PATCH] Add storage test configuration --- config/storage.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/storage.yml b/config/storage.yml index 2c6762e0d6d..695f17bd390 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -1,3 +1,7 @@ +test: + service: Disk + root: <%= Rails.root.join("tmp/storage") %> + local: service: Disk root: <%= Rails.root.join("storage") %>