mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 06:02:09 +08:00
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…
x
Reference in New Issue
Block a user