Fix `UserProfile` fabricator.
This commit is contained in:
parent
41f09ee29c
commit
9d0698e2a8
|
@ -1,8 +1,8 @@
|
|||
Fabricator(:user_profile) do
|
||||
bio_raw "I'm batman!"
|
||||
user
|
||||
end
|
||||
|
||||
Fabricator(:user_profile_long, from: :user_profile) do
|
||||
bio_raw ("trout" * 1000)
|
||||
user
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue