diff options
author | Richard Macklin <richard.github@nrm.com> | 2017-01-31 18:27:02 -0800 |
---|---|---|
committer | Richard Macklin <richard.github@nrm.com> | 2017-02-01 11:31:22 -0800 |
commit | 946efd9fa690de68c6766cba063ff078af8699e1 (patch) | |
tree | d9c5e015a2013c1d2e8d4e05cc38015bf9c93a3b /spec | |
parent | 2f17a583934a68eafb87cdabcb4ac3d53135c7ec (diff) | |
download | gitlab-ce-946efd9fa690de68c6766cba063ff078af8699e1.tar.gz |
Add missing newline in Profiles::NotificationsController spec
Diffstat (limited to 'spec')
-rw-r--r-- | spec/controllers/profiles/notifications_controller_spec.rb | 1 |
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 |