spec/mock_facebook_responses.yml in koala-0.7.2 vs spec/mock_facebook_responses.yml in koala-0.7.3
- old
+ new
@@ -112,9 +112,21 @@
Location: http://facebook.com/
with_token:
code: 302
headers:
Location: http://facebook.com/
+ type=large:
+ get:
+ no_token:
+ code: 302
+ headers:
+ Location: http://facebook.com/large
+ with_token:
+ code: 302
+ headers:
+ Location: http://facebook.com/large
+
+
search:
q=facebook:
get:
with_token: '{"data": [{"id": "507731521_100412693339488"}]}'
no_token: '{"data": [{"id": "507731521_100412693339488"}]}'
\ No newline at end of file