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
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