mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:21:42 +00:00
7 lines
96 B
Ruby
7 lines
96 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :deploy_zip do
|
|
site
|
|
end
|
|
end
|