diff options
-rw-r--r-- | spec/models/project_services/chat_notification_service_spec.rb | 1 |
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 |