mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 15:24:57 +00:00
9 lines
159 B
Ruby
9 lines
159 B
Ruby
Fabricator(:upload) do
|
|
user
|
|
original_filename "uploaded.jpg"
|
|
filesize 1234
|
|
width 100
|
|
height 200
|
|
url "/uploads/default/1/1234567890123456.jpg"
|
|
end
|