Created
September 4, 2011 16:01
-
-
Save razielgn/1193063 to your computer and use it in GitHub Desktop.
rubypair specs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User | |
#interest_histogram | |
should generate a Hash counting the hits per reference | |
should generate a tag cloud containing the N most popular | |
should return the tag cloud sorted by tag name | |
HomeController | |
should display the most recent users | |
#search | |
should perform a search by name | |
should perform a search by github_login | |
should perform a search by location | |
should perform a search by interests | |
SessionsController | |
should log in and create an unknown user | |
should log in an existing user | |
should log out a user | |
UsersController | |
#show | |
should display a user profile | |
#edit | |
should prevent a user to change another one's profile | |
should permit a user to update its profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment