Add coverage for CLI::Cache command (#25238)

This commit is contained in:
Matt Jankowski
2023-06-10 12:36:09 -04:00
committed by GitHub
parent 215081240f
commit 07933db788
4 changed files with 113 additions and 14 deletions

View File

@ -0,0 +1,8 @@
# frozen_string_literal: true
Fabricator(:status_stat) do
status
replies_count '123'
reblogs_count '456'
favourites_count '789'
end