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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-16 14:29:29 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-16 14:29:29 +0300
commit18b65cb8e07548c67056fe7994f1cee6da4de08e (patch)
treeaef38802208275532e0812cc72016b3d85c8c953 /spec/models/project_services
parenta5ccaded656fb215f1f8d503b88c8f28bf90ce68 (diff)
Fix rubocop
Diffstat (limited to 'spec/models/project_services')
-rw-r--r--spec/models/project_services/chat_notification_service_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/project_services/chat_notification_service_spec.rb b/spec/models/project_services/chat_notification_service_spec.rb
index b4fb1cd9ed9..c98e7ee14fd 100644
--- a/spec/models/project_services/chat_notification_service_spec.rb
+++ b/spec/models/project_services/chat_notification_service_spec.rb
@@ -2,7 +2,6 @@ require 'spec_helper'
describe ChatNotificationService, models: true do
describe "Associations" do
-
before do
allow(subject).to receive(:activated?).and_return(true)
end