mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-28 20:33:41 +01:00
8 lines
179 B
Ruby
8 lines
179 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rails_helper'
|
|
require 'mastodon/cli/email_domain_blocks'
|
|
|
|
describe Mastodon::CLI::EmailDomainBlocks do
|
|
it_behaves_like 'CLI Command'
|
|
end
|