mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08:00
10 lines
200 B
Ruby
10 lines
200 B
Ruby
Fabricator(:optimized_image) do
|
|
upload
|
|
sha1 "86f7e437faa5a7fce15d1ddcb9eaeaea377667b8"
|
|
extension ".png"
|
|
width 100
|
|
height 200
|
|
url "138569_100x200.png"
|
|
version OptimizedImage::VERSION
|
|
end
|