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