about summary refs log blame commit diff
path: root/spec/fabricators/follow_request_fabricator.rb
blob: c00ddf84d9b2436a8785c381e52d71f62646bd75 (plain) (tree)
1
2
3
4
                              
         
                                                      
   
Fabricator(:follow_request) do
  account
  target_account { Fabricate(:account, locked: true) }
end