summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-10-04 21:10:08 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2017-10-04 21:10:08 +0200
commit54831bd44bdf7f7b19ac3a129ebf6384549d9c63 (patch)
tree176993bcaddc37494e56456ea00bc4d0199b328b /spec/models/project_spec.rb
parentf16ac0efda68cfb6819e784dbec5609b10e8de7d (diff)
downloadgitlab-ce-54831bd44bdf7f7b19ac3a129ebf6384549d9c63.tar.gz
Updated messages and notices
Diffstat (limited to 'spec/models/project_spec.rb')
-rw-r--r--spec/models/project_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 176bb568cbe..e62bfaf22ba 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -76,6 +76,7 @@ describe Project do
it { is_expected.to have_many(:uploads).dependent(:destroy) }
it { is_expected.to have_many(:pipeline_schedules) }
it { is_expected.to have_many(:members_and_requesters) }
+ it { is_expected.to have_one(:cluster) }
context 'after initialized' do
it "has a project_feature" do