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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
190 B
Ruby
Raw Normal View History

# 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