8 lines
131 B
Ruby
8 lines
131 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:import) do
|
|
account
|
|
type :following
|
|
data { attachment_fixture('imports.txt') }
|
|
end
|