0
0
Fork 0

Add spec coverage for CLI::Media#remove_orphans command (#28267)

This commit is contained in:
Matt Jankowski 2024-01-03 09:12:56 -05:00 committed by GitHub
parent 51d2b80ff7
commit 5c769de096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 0 deletions

View file

@ -4,6 +4,7 @@ require_relative '../../../config/boot'
require_relative '../../../config/environment'
require 'thor'
require 'pastel'
require_relative 'progress_helper'
module Mastodon