mastodon/spec/lib/mastodon/cli/emoji_spec.rb
2023-12-01 12:00:34 +00:00

9 lines
153 B
Ruby

# frozen_string_literal: true
require 'rails_helper'
require 'mastodon/cli/emoji'
describe Mastodon::CLI::Emoji do
it_behaves_like 'CLI Command'
end