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

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

require 'spec_helper'

RSpec.describe UsersStarProject, type: :model do
  it { is_expected.to belong_to(:project).touch(false) }
end