Skip to content
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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

emilcecarlisa
Copy link

No description provided.

@droberts-sea
Copy link

MediaRanker Revisted

What We're Looking For

Feature Feedback
General
Tests on WorksController yes
Tests on SessionsController some missing
Tests on UsersController yes
Completed OAuth Works, but you didn't change the login button to go through OAuth.
Overall Good work overall

@@ -1,5 +1,61 @@
require "test_helper"

describe SessionsController do
describe "create" do
it "succeeds and redirects user upon logging in" do
# Arrange

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants