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