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

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

require 'spec_helper'

RSpec.describe MergeRequestContextCommitDiffFile do
  describe 'associations' do
    it { is_expected.to belong_to(:merge_request_context_commit) }
  end
end