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