mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 13:39:46 +08:00
8 lines
105 B
Ruby
8 lines
105 B
Ruby
|
Fabricator(:optimized_image) do
|
||
|
upload
|
||
|
sha1 "abcdef"
|
||
|
extension ".png"
|
||
|
width 100
|
||
|
height 200
|
||
|
end
|