This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/fabricators/user_profile_fabricator.rb

9 lines
151 B
Ruby

Fabricator(:user_profile) do
bio_raw "I'm batman!"
end
Fabricator(:user_profile_long, from: :user_profile) do
bio_raw ("trout" * 1000)
user
end