mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 16:58:06 +01:00
8 lines
157 B
Ruby
8 lines
157 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rails_helper'
|
|
require 'mastodon/cli/upgrade'
|
|
|
|
describe Mastodon::CLI::Upgrade do
|
|
it_behaves_like 'CLI Command'
|
|
end
|