diff --git a/spec/controllers/profiles/notifications_controller_spec.rb b/spec/controllers/profiles/notifications_controller_spec.rb
index 54324cece6c9e426e4bb2429243c1ae003732bd6..c056ba852f0316f0c870fd23479162608beec373 100644
--- a/spec/controllers/profiles/notifications_controller_spec.rb
+++ b/spec/controllers/profiles/notifications_controller_spec.rb
@@ -7,6 +7,7 @@ describe Profiles::NotificationsController do
       sign_in(user)
 
       get :show
+
       expect(response).to render_template :show
     end
   end