Fix rubucop offense

parent da5fc736
...@@ -2,7 +2,6 @@ require 'spec_helper' ...@@ -2,7 +2,6 @@ require 'spec_helper'
describe ChatNotificationService, models: true do describe ChatNotificationService, models: true do
describe "Associations" do describe "Associations" do
before do before do
allow(subject).to receive(:activated?).and_return(true) allow(subject).to receive(:activated?).and_return(true)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment