mirror of
https://github.com/funamitech/mastodon
synced 2024-12-05 02:09:05 +09:00
9 lines
155 B
Ruby
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
|