debian-mirror-gitlab/spec/support/shared_examples/lib/gitlab/jira_import/base_importer_shared_examples.rb
2020-08-09 17:44:08 +05:30

5 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