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
|
Fabricator(:user_profile) do
|
||||||
bio_raw "I'm batman!"
|
bio_raw "I'm batman!"
|
||||||
|
user
|
||||||
end
|
end
|
||||||
|
|
||||||
Fabricator(:user_profile_long, from: :user_profile) do
|
Fabricator(:user_profile_long, from: :user_profile) do
|
||||||
bio_raw ("trout" * 1000)
|
bio_raw ("trout" * 1000)
|
||||||
user
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user