summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/lib/gitlab/jira_import/base_importer_shared_examples.rb
blob: b1788bb5912cf45f870cf7f081c530bce15fa372 (plain)
1
2
3
4
5
# 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