From 69b5f39ba441c86b55101f85927cd8f660e868f6 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 2 Oct 2019 14:38:43 -0300 Subject: [PATCH] =?UTF-8?q?falt=C3=B3=20un=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/factories/deploy_www.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/factories/deploy_www.rb diff --git a/test/factories/deploy_www.rb b/test/factories/deploy_www.rb new file mode 100644 index 00000000..4e76e8e5 --- /dev/null +++ b/test/factories/deploy_www.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +FactoryBot.define do + factory :deploy_www do + site + end +end