zeke (owner)

Revisions

gist: 222784 Download_button fork
public
Public Clone URL: git://gist.github.com/222784.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
app /
- should not authorize without credentials
- should not authorize with bad credentials
- should authorize with good credentials
 
app /photos
- should not authorize with bad credentials
- should authorize with good credentials
 
app /photos/favorites
- should not authorize with bad credentials
- should authorize with good credentials
 
app /photos/collage
- should not authorize with bad credentials
- should authorize with good credentials
 
app /photos/favorites.json
- should be publicly available
 
flickr_user
- should be valid
- should require fa_id
 
photo
- should be valid
- should require flickr attributes
- should toggle favor
- should use favorites scope
- should construct_small_url on create
- should get_sizes when favored