Remove superfluous parens on a method call

This commit is contained in:
Nick Thomas 2016-08-15 14:38:22 +01:00
parent e200c8ae2c
commit b450aab850
1 changed files with 1 additions and 1 deletions

View File

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