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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-02-11 18:26:55 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-02-11 18:26:55 +0300
commit42c3ef50aefb0927ba3bdf3646efd4c6185137b5 (patch)
treec8e80334e912df77c5334ca972db7e7d83eaf663 /spec/models/project_spec.rb
parentef875bd7aa24fd2c68027b8d6c837f33642a606e (diff)
parenta5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac (diff)
Merge branch '52424-goodbye-hipchat' into 'master'
Remove HipChat integration from GitLab Closes #52424 See merge request gitlab-org/gitlab-ce!22223
Diffstat (limited to 'spec/models/project_spec.rb')
-rw-r--r--spec/models/project_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index ac9362339e5..7b364395faf 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -41,7 +41,6 @@ describe Project do
it { is_expected.to have_one(:pipelines_email_service) }
it { is_expected.to have_one(:irker_service) }
it { is_expected.to have_one(:pivotaltracker_service) }
- it { is_expected.to have_one(:hipchat_service) }
it { is_expected.to have_one(:flowdock_service) }
it { is_expected.to have_one(:assembla_service) }
it { is_expected.to have_one(:slack_slash_commands_service) }