2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/spec/fabricators/user_profile_fabricator.rb

9 lines
151 B
Ruby
Raw Normal View History

Fabricator(:user_profile) do
2014-06-10 01:19:08 -04:00
bio_raw "I'm batman!"
end
Fabricator(:user_profile_long, from: :user_profile) do
bio_raw ("trout" * 1000)
user
end