2023-02-22 01:55:31 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-09-14 00:04:30 +02:00
|
|
|
Fabricator(:site_upload) do
|
2019-04-01 07:30:46 +02:00
|
|
|
file { File.open(File.join(Rails.root, 'spec', 'fabricators', 'assets', 'utah_teapot.png')) }
|
2017-09-14 00:04:30 +02:00
|
|
|
end
|