2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/spec/fabricators/post_detail_fabricator.rb
2013-10-15 09:21:30 -05:00

5 lines
103 B
Ruby

Fabricator(:post_detail) do
post
key { sequence(:key) { |i| "key#{i}" } }
value "test value"
end