mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-16 20:22:18 +00:00
9 lines
149 B
Ruby
9 lines
149 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:ip_block) do
|
|
ip ''
|
|
severity ''
|
|
expires_at '2020-10-08 22:20:37'
|
|
comment 'MyText'
|
|
end
|