status_trend_fabricator.rb 83 B

123456
  1. # frozen_string_literal: true
  2. Fabricator(:status_trend) do
  3. status
  4. account
  5. end