summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/controllers/profiles/notifications_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/profiles/notifications_controller_spec.rb b/spec/controllers/profiles/notifications_controller_spec.rb
index 54324cece6c..c056ba852f0 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