BigW Consortium Gitlab

Commit b450aab8 by Nick Thomas

Remove superfluous parens on a method call

parent e200c8ae
...@@ -406,7 +406,7 @@ describe NotificationService, services: true do ...@@ -406,7 +406,7 @@ describe NotificationService, services: true do
end end
it "should not email anyone unless they are newly mentioned" do it "should not email anyone unless they are newly mentioned" do
send_notifications() send_notifications
expect(ActionMailer::Base.deliveries).to eq [] expect(ActionMailer::Base.deliveries).to eq []
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