mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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
|