glitchier-soc/spec/fabricators/block_fabricator.rb

7 lines
108 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
Fabricator(:block) do
2017-04-05 01:29:56 +03:00
account
target_account { Fabricate(:account) }
end