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