From 862a844c638555c62f3da069474a6354ae6dd548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Z=C3=B6pfel?= Date: Fri, 15 Nov 2013 09:37:01 +0100 Subject: [PATCH] adds json fixture to test storage --- spec/fixtures/files/auth_stored_credentials.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 spec/fixtures/files/auth_stored_credentials.json diff --git a/spec/fixtures/files/auth_stored_credentials.json b/spec/fixtures/files/auth_stored_credentials.json new file mode 100644 index 000000000..56ff4ec34 --- /dev/null +++ b/spec/fixtures/files/auth_stored_credentials.json @@ -0,0 +1,10 @@ +{ + "access_token":"my_access_token", + "authorization_uri":"https://accounts.google.com/o/oauth2/auth", + "client_id":"123456_test_client_id@.apps.googleusercontent.com", + "client_secret":"123456_client_secret", + "expires_in":3600, + "refresh_token":"my_refresh_token", + "token_credential_uri":"https://accounts.google.com/o/oauth2/token", + "issued_at":1384440275 +} \ No newline at end of file