debian-mirror-gitlab/spec/models/users_star_project_spec.rb
2022-10-11 01:57:18 +05:30

7 lines
164 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe UsersStarProject, type: :model do
it { is_expected.to belong_to(:project).touch(false) }
end