gitlab-org--gitlab-foss/spec/support/shared_examples/lib/gitlab/jira_import/base_importer_shared_exampl...

6 lines
190 B
Ruby

# frozen_string_literal: true
RSpec.shared_examples 'raise exception if not implemented' do
it { expect { described_class.new(project).imported_items_cache_key }.not_to raise_error }
end