Guest User

Untitled

a guest
Apr 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. app /
  2. - should not authorize without credentials
  3. - should not authorize with bad credentials
  4. - should authorize with good credentials
  5.  
  6. app /photos
  7. - should not authorize with bad credentials
  8. - should authorize with good credentials
  9.  
  10. app /photos/favorites
  11. - should not authorize with bad credentials
  12. - should authorize with good credentials
  13.  
  14. app /photos/collage
  15. - should not authorize with bad credentials
  16. - should authorize with good credentials
  17.  
  18. app /photos/favorites.json
  19. - should be publicly available
  20.  
  21. flickr_user
  22. - should be valid
  23. - should require fa_id
  24.  
  25. photo
  26. - should be valid
  27. - should require flickr attributes
  28. - should toggle favor
  29. - should use favorites scope
  30. - should construct_small_url on create
  31. - should get_sizes when favored
Add Comment
Please, Sign In to add comment