-
Notifications
You must be signed in to change notification settings - Fork 21
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
Audrey's final MediaRanker #28
base: ald/master
Are you sure you want to change the base?
Conversation
…top ten yet). Did put in some bootstrap classes in anticipation of the future
…ation for bootstrap
…s (bootstrap still has not been added so they don't look like anything yet)
… if new album is not saved
@@ -0,0 +1,2 @@ | |||
--color |
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.
It's not much of an issue to have this included in the project repo, although you could have put this .rspec
file in your home directory and it would work for your local machine (across all projects).
Excellent use of many small, focused commits! Overall it's great, keep it up! |
The comments about specific ways to do testing were really helpful! Thanks |
Did accomplish:
-The requirements for waves 1, 2 and 3.
-98% code coverage on tests. (The model tests do not have complete coverage because I did not write a test for my method to order the items by ranking. I figured that method is entirely ActiveRecord, and I only wrote it to make the code in the views more concise.)
-Using shared examples to do rspec tests.
Did not accomplish:
-Drying out views/controllers with polymorphic path. Once I had written the tests, I decided that ship had sailed.
-On index page for books, albums and movie, the spacing of table rows look slightly different. Chalking it up to dynamicity of the table rows, but not entirely sure. Couldn't find a css difference.