2023-05-24 18:55:40 +09:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
require 'mastodon/cli/email_domain_blocks'
|
|
|
|
|
|
|
|
describe Mastodon::CLI::EmailDomainBlocks do
|
2023-12-01 21:00:34 +09:00
|
|
|
it_behaves_like 'CLI Command'
|
2023-05-24 18:55:40 +09:00
|
|
|
end
|