summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-16 12:29:29 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-16 12:29:29 +0100
commit18b65cb8e07548c67056fe7994f1cee6da4de08e (patch)
treeaef38802208275532e0812cc72016b3d85c8c953
parenta5ccaded656fb215f1f8d503b88c8f28bf90ce68 (diff)
downloadgitlab-ce-18b65cb8e07548c67056fe7994f1cee6da4de08e.tar.gz
Fix rubocop
-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