summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/lib/gitlab/jira_import/base_importer_shared_examples.rb
blob: 85dcc05344770b1c1d258a13fcc8adb5c359e5c3 (plain)
1
2
3
4
5
# frozen_string_literal: true

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