This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
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
|