mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-26 01:54:03 -05:00
9 lines
153 B
Ruby
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
|