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>2016-12-21 00:29:39 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-21 00:42:13 +0300
commitd1bf557aacb5dd789ccc88786b47ec174ed1de2b (patch)
treedd61efe1fd2522861a10fe2c39bd275f3aacf953 /spec/models/project_services
parentfed29117de6f30055d88daaa497ec18f85397ad6 (diff)
Rename MattermostNotificationService back to MattermostService
Diffstat (limited to 'spec/models/project_services')
-rw-r--r--spec/models/project_services/mattermost_service_spec.rb (renamed from spec/models/project_services/mattermost_notification_service_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_services/mattermost_notification_service_spec.rb b/spec/models/project_services/mattermost_service_spec.rb
index 7832d6f50cf..490d6aedffc 100644
--- a/spec/models/project_services/mattermost_notification_service_spec.rb
+++ b/spec/models/project_services/mattermost_service_spec.rb
@@ -1,5 +1,5 @@
require 'spec_helper'
-describe MattermostNotificationService, models: true do
+describe MattermostService, models: true do
it_behaves_like "slack or mattermost notifications"
end