mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-16 22:31:47 +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
|