summaryrefslogtreecommitdiff
path: root/spec/models/chat_team_spec.rb
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-02-03 11:29:56 +0100
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-02-16 09:19:02 +0100
commit1a0e54b32d43e2a3de88c20037bd167b1f8563d6 (patch)
tree21b9a0fe8cc36425b105c5065ec951ea390a177e /spec/models/chat_team_spec.rb
parent297dc70158f905fef4557d1ee6510bcf459a08a9 (diff)
downloadgitlab-ce-1a0e54b32d43e2a3de88c20037bd167b1f8563d6.tar.gz
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) }