notification_fabricator.rb 78 B

1234
  1. Fabricator(:notification) do
  2. activity_id 1
  3. activity_type "MyString"
  4. end