2014-06-07 14:52:51 -05:00
|
|
|
Fabricator(:user_profile) do
|
2014-06-10 00:19:08 -05:00
|
|
|
bio_raw "I'm batman!"
|
2014-06-07 14:52:51 -05:00
|
|
|
end
|
2014-09-08 14:17:31 -05:00
|
|
|
|
|
|
|
Fabricator(:user_profile_long, from: :user_profile) do
|
|
|
|
bio_raw ("trout" * 1000)
|
|
|
|
user
|
|
|
|
end
|