Add antenna pick posts test

This commit is contained in:
KMY 2023-08-25 10:17:04 +09:00
parent 8a2cf9d617
commit 26026e1d07
6 changed files with 361 additions and 89 deletions

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
Fabricator(:antenna_domain) do
antenna { Fabricate.build(:antenna) }
name 'example.com'
exclude false
end