mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-22 13:32:26 -05: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
|