mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 09:21:38 +01:00
8 lines
153 B
Ruby
8 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
|