2014-06-08 03:52:51 +08:00
|
|
|
Fabricator(:user_profile) do
|
2014-06-10 13:19:08 +08:00
|
|
|
bio_raw "I'm batman!"
|
2019-03-11 09:57:42 +08:00
|
|
|
user
|
2014-06-08 03:52:51 +08:00
|
|
|
end
|
2014-09-09 03:17:31 +08:00
|
|
|
|
|
|
|
Fabricator(:user_profile_long, from: :user_profile) do
|
|
|
|
bio_raw ("trout" * 1000)
|
|
|
|
end
|