Migrate procedure logo to active_storage
This commit is contained in:
parent
ce97b8c359
commit
cc35a04e26
14 changed files with 85 additions and 40 deletions
|
@ -43,7 +43,7 @@ FactoryBot.define do
|
|||
end
|
||||
|
||||
trait :with_logo do
|
||||
logo { Rack::Test::UploadedFile.new("./spec/fixtures/files/logo_test_procedure.png", 'image/png') }
|
||||
logo_active_storage { Rack::Test::UploadedFile.new("./spec/fixtures/files/logo_test_procedure.png", 'image/png') }
|
||||
end
|
||||
|
||||
trait :with_path do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue