about summary refs log tree commit diff
path: root/spec/fabricators/ip_block_fabricator.rb
blob: 31dc336e64be30e20ef7ee69a01479b80eb44f9a (plain) (blame)
1
2
3
4
5
6
Fabricator(:ip_block) do
  ip         ""
  severity   ""
  expires_at "2020-10-08 22:20:37"
  comment    "MyText"
end