debian-mirror-gitlab/spec/models/project_setting_spec.rb

8 lines
149 B
Ruby
Raw Normal View History

2020-03-13 15:44:24 +05:30
# frozen_string_literal: true
require 'spec_helper'
2020-07-28 23:09:34 +05:30
RSpec.describe ProjectSetting, type: :model do
2020-03-13 15:44:24 +05:30
it { is_expected.to belong_to(:project) }
end