mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix UserProfile fabricator.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user