Fix rubocop

This commit is contained in:
Kamil Trzcinski 2016-12-16 12:29:29 +01:00
parent a5ccaded65
commit 18b65cb8e0
No known key found for this signature in database
GPG key ID: 4505F5C7E12C6A5A

View file

@ -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