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

import_pull_request_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: 1e984e6080b2765ce6f3cee1c832cb0110ec6d07 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

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

  it_behaves_like Gitlab::BitbucketImport::ObjectImporter
end