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