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