1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-05 02:09:05 +09:00
YuruToot/spec/lib/mastodon/cli/search_spec.rb
2023-12-01 12:00:34 +00:00

9 lines
155 B
Ruby

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