about summary refs log tree commit diff
path: root/spec/fabricators/account_warning_fabricator.rb
blob: db161d4464d5ae058b198dc75fb14f233d5a97d3 (plain) (blame)
1
2
3
4
5
Fabricator(:account_warning) do
  account        nil
  target_account nil
  text           "MyText"
end