2019-09-04 21:01:54 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require 'spec_helper'
|
|
|
|
|
2020-07-28 23:09:34 +05:30
|
|
|
RSpec.describe 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
|