summaryrefslogtreecommitdiff
path: root/spec/models/user_mentions/commit_user_mention_spec.rb
blob: 91d28241650d4809dde104537195fab8040fc28e (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

require 'spec_helper'

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

  it_behaves_like 'has user mentions'
end