Fix `UserProfile` fabricator.

This commit is contained in:
Guo Xiang Tan 2019-03-11 09:57:42 +08:00
parent 41f09ee29c
commit 9d0698e2a8
1 changed files with 1 additions and 1 deletions

View File

@ -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