-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emilce -Media Ranker Revisited - Octos #27
base: master
Are you sure you want to change the base?
Conversation
…ng login for users without github account
MediaRanker RevistedWhat We're Looking For
|
@@ -1,5 +1,61 @@ | |||
require "test_helper" | |||
|
|||
describe SessionsController do | |||
describe "create" do | |||
it "succeeds and redirects user upon logging in" do | |||
# Arrange |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this using tabs for indentation? Please change your editor settings to use two spaces, to make group projects go smoother.
|
||
# it "redirects user if log in fails" do | ||
# # Arrange | ||
# user = User.first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this commented out?
Also missing: new user not already in DB
No description provided.