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

import_issue_notes_worker_spec.rb « bitbucket_import « gitlab « workers « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f5df219ab4e14419124f2b8e2e69c2160dd18a0 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::BitbucketImport::ImportIssueNotesWorker, feature_category: :importers do
  subject(:worker) { described_class.new }

  it_behaves_like Gitlab::BitbucketImport::ObjectImporter
end