2
0

Add coverage for StatusTrend and PreviewCardTrend models, add locales class method to RankedTrend (#32688)

This commit is contained in:
Matt Jankowski
2024-10-29 11:46:32 -04:00
committed by GitHub
parent df3b954720
commit babee06794
9 changed files with 64 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
# frozen_string_literal: true
Fabricator(:preview_card_trend) do
preview_card
end

View File

@@ -0,0 +1,6 @@
# frozen_string_literal: true
Fabricator(:status_trend) do
status
account
end