Commit 946efd9f authored by Richard Macklin's avatar Richard Macklin

Add missing newline in Profiles::NotificationsController spec

parent 2f17a583
...@@ -7,6 +7,7 @@ describe Profiles::NotificationsController do ...@@ -7,6 +7,7 @@ describe Profiles::NotificationsController do
sign_in(user) sign_in(user)
get :show get :show
expect(response).to render_template :show expect(response).to render_template :show
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment