summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Macklin <richard.github@nrm.com>2017-01-31 18:27:02 -0800
committerRichard Macklin <richard.github@nrm.com>2017-02-01 11:31:22 -0800
commit946efd9fa690de68c6766cba063ff078af8699e1 (patch)
treed9c5e015a2013c1d2e8d4e05cc38015bf9c93a3b
parent2f17a583934a68eafb87cdabcb4ac3d53135c7ec (diff)
downloadgitlab-ce-946efd9fa690de68c6766cba063ff078af8699e1.tar.gz
Add missing newline in Profiles::NotificationsController spec
-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