mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
9 lines
150 B
Ruby
9 lines
150 B
Ruby
Fabricator(:upload) do
|
|
user
|
|
original_filename "uploaded.jpg"
|
|
filesize 1234
|
|
width 100
|
|
height 200
|
|
url "/uploads/default/123456789.jpg"
|
|
end
|