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