2019-04-29 20:27:42 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2014-06-07 15:52:51 -04:00
|
|
|
Fabricator(:user_profile) do
|
2014-06-10 01:19:08 -04:00
|
|
|
bio_raw "I'm batman!"
|
2019-03-10 21:57:42 -04:00
|
|
|
user
|
2014-06-07 15:52:51 -04:00
|
|
|
end
|
2014-09-08 15:17:31 -04:00
|
|
|
|
|
|
|
Fabricator(:user_profile_long, from: :user_profile) { bio_raw ("trout" * 1000) }
|