about summary refs log tree commit diff
path: root/spec/fabricators/admin_action_log_fabricator.rb
blob: 2f44e953d94ab95b3c5b9ab6d102b371cedeeb08 (plain) (blame)
1
2
3
4
5
Fabricator('Admin::ActionLog') do
  account nil
  action  "MyString"
  target  nil
end