mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-28 20:33:41 +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
|