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

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

require 'spec_helper'

RSpec.describe Integrations::IssueTrackerData do
  describe 'associations' do
    it { is_expected.to belong_to :integration }
  end
end