Commit b450aab8 authored by Nick Thomas's avatar Nick Thomas

Remove superfluous parens on a method call

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