Add coverage for CLI::Cache
command (#25238)
This commit is contained in:
parent
215081240f
commit
07933db788
4 changed files with 113 additions and 14 deletions
8
spec/fabricators/status_stat_fabricator.rb
Normal file
8
spec/fabricators/status_stat_fabricator.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:status_stat) do
|
||||
status
|
||||
replies_count '123'
|
||||
reblogs_count '456'
|
||||
favourites_count '789'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue