Add antenna pick posts test
This commit is contained in:
parent
8a2cf9d617
commit
26026e1d07
6 changed files with 361 additions and 89 deletions
7
spec/fabricators/antenna_domain_fabricator.rb
Normal file
7
spec/fabricators/antenna_domain_fabricator.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:antenna_domain) do
|
||||
antenna { Fabricate.build(:antenna) }
|
||||
name 'example.com'
|
||||
exclude false
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue