Skip to content

Commit

Permalink
Test: Add local active storage service
Browse files Browse the repository at this point in the history
Rails 7.2 with Solidus 4.4 complains about the
local service is not defined.
  • Loading branch information
tvdeyen committed Dec 18, 2024
1 parent d946c42 commit 02295e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/dummy/config/storage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>

local:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>

0 comments on commit 02295e3

Please sign in to comment.