debian-mirror-gitlab/spec/models/integrations/issue_tracker_data_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
191 B
Ruby
Raw Normal View History

2019-09-04 21:01:54 +05:30
# frozen_string_literal: true
require 'spec_helper'
2021-09-04 01:27:46 +05:30
RSpec.describe Integrations::IssueTrackerData do
2021-06-08 01:23:25 +05:30
describe 'associations' do
it { is_expected.to belong_to :integration }
2019-09-04 21:01:54 +05:30
end
end