mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:31:42 +00:00
faltó un test
This commit is contained in:
parent
01b8309df0
commit
69b5f39ba4
1 changed files with 7 additions and 0 deletions
7
test/factories/deploy_www.rb
Normal file
7
test/factories/deploy_www.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :deploy_www do
|
||||
site
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue