Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Macklin <richard.github@nrm.com>2017-02-01 05:27:02 +0300
committerRichard Macklin <richard.github@nrm.com>2017-02-01 22:31:22 +0300
commit946efd9fa690de68c6766cba063ff078af8699e1 (patch)
treed9c5e015a2013c1d2e8d4e05cc38015bf9c93a3b /spec/controllers/profiles
parent2f17a583934a68eafb87cdabcb4ac3d53135c7ec (diff)
Add missing newline in Profiles::NotificationsController spec
Diffstat (limited to 'spec/controllers/profiles')
-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