-
Notifications
You must be signed in to change notification settings - Fork 52
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
Water - Kayla Johnson #40
base: master
Are you sure you want to change the base?
Conversation
…rk.description in seeds.rb
…gout method in application.thml
…t work if they voted for item.Added delete_all function to work and vote model
… variables to works index
Media RankerFunctional Requirements: Manual Testing
Major Learning Goals/Code Review
Previous Rails learning, Building Complex Model Logic, DRYing up Rails Code
Testing Rails Apps
Overall FeedbackGreat work! You built a whole site users can log into, interact with, and vote to change the way things are ordered! That's a lot! I hope you've been able to celebrate this big win! Technically the rubric would have me give you a red but the only big gap is a lack of testing, which I know you are focusing on for bEtsy and you accomplished all the other learning objectives so a Yellow feels much more appropriate.
Code Style Bonus AwardsWas the code particularly impressive in code style for any of these reasons (or more...?)
|
it "can logout a logged in user" do | ||
#Arrange | ||
login() | ||
expect[:session][:user_id].wont_be_nil |
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.
Checkout the lesson on testing session to clarify how to test this properly :)
Media Ranker
Congratulations! You're submitting your assignment!
Comprehension Questions
session
andflash
? What is the difference between them?Assignment Submission: Media Ranker
Congratulations! You're submitting your assignment. Please reflect on the assignment with these questions.
Reflection
session
andflash
? What is the difference between them?