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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-02-03 13:29:56 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-02-16 11:19:02 +0300
commit1a0e54b32d43e2a3de88c20037bd167b1f8563d6 (patch)
tree21b9a0fe8cc36425b105c5065ec951ea390a177e /spec/models/chat_team_spec.rb
parent297dc70158f905fef4557d1ee6510bcf459a08a9 (diff)
Add tests for Mattermost team creation
Diffstat (limited to 'spec/models/chat_team_spec.rb')
-rw-r--r--spec/models/chat_team_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/chat_team_spec.rb b/spec/models/chat_team_spec.rb
index 37a22f5cd6d..1aab161ec13 100644
--- a/spec/models/chat_team_spec.rb
+++ b/spec/models/chat_team_spec.rb
@@ -2,7 +2,7 @@ require 'spec_helper'
describe ChatTeam, type: :model do
# Associations
- it { is_expected.to belong_to(:group) }
+ it { is_expected.to belong_to(:namespace) }
# Fields
it { is_expected.to respond_to(:name) }