Welcome to mirror list, hosted at ThFree Co, Russian Federation.

base_importer_shared_examples.rb « jira_import « gitlab « lib « shared_examples « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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