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

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

require 'spec_helper'

RSpec.describe NamespaceSetting, type: :model do
  it { is_expected.to belong_to(:namespace) }
end