sutty/test/factories/deploy_zip.rb

7 lines
96 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :deploy_zip do
site
end
end