about summary refs log tree commit diff
path: root/spec/fabricators/domain_allow_fabricator.rb
blob: 6226b1e20b265e8efe87f2a13693c5ffc3f72aad (plain) (blame)
1
2
3
Fabricator(:domain_allow) do
  domain "MyString"
end