chinwagsocial/spec/fabricators/follow_fabricator.rb

5 lines
78 B
Ruby

Fabricator(:follow) do
account
target_account { Fabricate(:account) }
end