about summary refs log blame commit diff
path: root/spec/fabricators/account_warning_fabricator.rb
blob: db161d4464d5ae058b198dc75fb14f233d5a97d3 (plain) (tree)
1
2
3
4
5



                               
Fabricator(:account_warning) do
  account        nil
  target_account nil
  text           "MyText"
end