This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
discourse/spec/fabricators/upload_fabricator.rb
2013-07-10 22:59:54 +02:00

15 lines
314 B
Ruby

Fabricator(:upload) do
user
original_filename "uploaded.jpg"
filesize 1234
width 100
height 200
url "/uploads/default/1/1234567890123456.jpg"
end
Fabricator(:attachment, from: :upload) do
user
original_filename "archive.zip"
filesize 1234
url "/uploads/default/186/66b3ed1503efc936.zip"
end