You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/fabricators/fasp/follow_recommendation_fabri...

7 lines
245 B
Ruby

# frozen_string_literal: true
Fabricator(:fasp_follow_recommendation, from: 'Fasp::FollowRecommendation') do
requesting_account { Fabricate.build(:account) }
recommended_account { Fabricate.build(:account, domain: 'fedi.example.com') }
end